-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.57 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.57 KB
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
55
56
57
58
59
{
"name": "sails-angular2",
"private": true,
"version": "0.3.0",
"description": "a Sails + Angular 4 sample application",
"keywords": [],
"dependencies": {
"@angular/common": "4.2.2",
"@angular/compiler": "4.2.2",
"@angular/core": "4.2.2",
"@angular/forms": "4.2.2",
"@angular/http": "4.2.2",
"@angular/platform-browser": "4.2.2",
"@angular/platform-browser-dynamic": "4.2.2",
"@angular/router": "4.2.2",
"@angular/upgrade": "4.2.2",
"angular-in-memory-web-api": "~0.3.0",
"core-js": "^2.4.1",
"ejs": "2.5.5",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"express": "^4.14.0",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-coffee": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-jst": "1.0.0",
"grunt-contrib-less": "1.3.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-sails-linker": "~0.10.1",
"grunt-sync": "0.5.2",
"include-all": "~0.1.6",
"rc": "1.0.1",
"reflect-metadata": "^0.1.2",
"rxjs": "5.4.0",
"sails": "~0.12.13",
"sails-disk": "~0.10.9",
"systemjs": "0.19.40",
"zone.js": "0.8.12"
},
"scripts": {
"debug": "node debug app.js",
"start": "node app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/xmaestro/sails-angular2.git"
},
"devDependencies": {
"@types/core-js": "^0.9.41",
"typescript": "2.3.4"
},
"author": "xmaestro",
"license": ""
}