-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.56 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "angular2-resource-and-ajax-interceptor",
"version": "2.1.3",
"description": "angular2-resource-and-ajax-interceptor is angular2 http service helper.",
"main": "index.js",
"scripts": {
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rajan-g/angular2-resource.git"
},
"dependencies": {},
"devDependencies": {
"@angular/common": "~2.1.1",
"@angular/compiler": "~2.1.1",
"@angular/core": "~2.1.1",
"@angular/forms": "~2.1.1",
"@angular/http": "~2.1.1",
"@angular/platform-browser": "~2.1.1",
"@angular/platform-browser-dynamic": "~2.1.1",
"@angular/router": "~3.1.1",
"@angular/upgrade": "~2.1.1",
"angular-in-memory-web-api": "~0.1.13",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.39",
"zone.js": "^0.6.25",
"@types/core-js": "^0.9.34",
"@types/node": "^6.0.45",
"concurrently": "^3.0.0",
"lite-server": "^2.2.2",
"typescript": "3.3.1"
},
"keywords": [
"angular2-resource",
"ng2-resource",
"angular2-interceptor",
"ng2-interceptor",
"angular2-ajax-interceptor",
"angular2-resource-ajax-interceptor",
"angular2-resource-and-ajax-interceptor"
],
"author": "Rajan G",
"license": "ISC",
"bugs": {
"url": "https://github.com/rajan-g/angular2-resource/issues"
},
"homepage": "https://github.com/rajan-g/angular2-resource/issues"
}