-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 934 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 934 Bytes
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
{
"name": "angular2-seed",
"version": "1.0.0",
"description": "minimalist MEAN app setup using Angular2",
"keywords": [
"angular2", "mean", "express"
],
"dependencies": {
"angular2": "2.0.0-beta.0",
"bluebird": "^3.1.1",
"body-parser": "^1.14.2",
"ejs": "^2.3.4",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"express": "^4.13.3",
"kerberos": "0.0.17",
"lodash": "^3.10.1",
"mongoose": "^4.3.4",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"systemjs": "0.19.6",
"zone.js": "0.5.10"
},
"scripts": {
"postinstall": "tsd reinstall",
"start": "gulp && node app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/xjpro/angular2-seed.git"
},
"author": "xjpro",
"license": "Public Domain",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-typescript": "^2.10.0",
"tsd": "^0.6.5"
}
}