-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "angular2app",
"version": "1.0.0",
"author": "Sebastian Stanisor <sebialex>",
"description": "A test app for AngularJS 2",
"repository": "https://github.com/sebialex/angular2app.git",
"scripts": {
"prestart": "npm install",
"start": "http-server -a localhost -p 8000 -c-1",
"typings": "typings",
"postinstall": "typings install"
},
"license": "ISC",
"dependencies": {
"angular2": "2.0.0-beta.7",
"es6-module-loader": "^0.17.8",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"graceful-fs": "^4.1.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.22",
"zone.js": "0.5.15"
},
"devDependencies": {
"bower": "^1.3.1",
"http-server": "^0.6.1",
"jasmine-core": "^2.3.4",
"karma": "~0.12",
"karma-chrome-launcher": "^0.1.12",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"protractor": "^2.1.0",
"shelljs": "^0.2.6",
"typescript": "^1.7.5",
"typings": "^0.6.8"
}
}