forked from Sfeir/angularmovie2-200-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "AngularMovie2-200",
"version": "1.0.0",
"description": "Live Coding & Hands On AngularJS 2",
"author": "Cyril Balit <balit.c@sfeir.com>",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Sfeir/angularmovie2-200"
},
"bugs": {
"url": "https://github.com/Sfeir/angularmovie2-200/issues"
},
"scripts": {
"start": "node server.js"
},
"dependencies": {
"angular2": "2.0.0-beta.3",
"systemjs": "0.19.6",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"zone.js": "0.5.11",
"express": "^4.8.2",
"grunt": "~0.4.1",
"grunt-autoprefixer": "~0.5.0",
"grunt-bower-install": "~0.7.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-express": "^1.4.1",
"load-grunt-tasks": "~0.2.0",
"lodash": "^3.10.1",
"method-override": "^2.1.2",
"time-grunt": "~0.2.0"
},
"devDependencies": {
"body-parser": "^1.14.2",
"grunt-ts": "^5.2.0",
"typescript": "^1.7.3 "
}
}