-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
{
"name": "AngularMovie2-200",
"version": "1.0.0",
"description": "Live Coding & Hands On Angular 2",
"author": [
"Cyril Balit <[email protected]>",
"Wassim Chegham <[email protected]>"
],
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Sfeir/angularmovie2-200"
},
"bugs": {
"url": "https://github.com/Sfeir/angularmovie2-200/issues"
},
"scripts": {
"install": "typings install --ambiant"
},
"dependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/http": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"@angular/router": "3.0.0-beta.2",
"es6-shim": "^0.35.0",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
"systemjs": "0.19.26",
"zone.js": "^0.6.12",
"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-parallel": "0.4.1",
"grunt-ts": "5.2.0",
"typescript": "1.8.10"
}
}