forked from mbalex99/newfamily-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 844 Bytes
/
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
{
"name": "newfamily-example",
"version": "1.0.0",
"description": "Angular2 Gulp Typescript and Express",
"main": "dist/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "gulp build"
},
"keywords": [],
"author": "Maximilian Alexander <[email protected]> (http://www.blog.edenmsg.com/)",
"license": "MIT",
"dependencies": {
"angular2": "2.0.0-beta.1",
"es6-promise": "3.0.2",
"es6-shim": "0.33.3",
"express": "4.13.3",
"gulp-concat": "2.6.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"systemjs": "0.19.16",
"zone.js": "0.5.10"
},
"devDependencies": {
"del": "2.2.0",
"gulp": "3.9.0",
"gulp-concat": "2.6.0",
"gulp-sourcemaps": "1.6.0",
"gulp-typescript": "2.10.0",
"run-sequence": "1.1.5"
}
}