-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
30 lines (30 loc) · 819 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
{
"name": "angular2-systemjs-karma-typescript",
"version": "1.0.0",
"description": "Seed project for an app using angular2, systemjs, karma and typescript",
"author": "Philip Steinebrunner",
"dependencies": {
"angular2": "2.0.0-beta.7",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.22"
},
"scripts": {
"postinstall": "typings install"
},
"devDependencies": {
"babel-polyfill": "6.3.14",
"gulp": "3.9.0",
"gulp-sourcemaps": "1.6.0",
"gulp-typescript": "2.10.0",
"jasmine": "2.4.1",
"karma": "0.13.19",
"karma-chrome-launcher": "0.2.2",
"karma-coverage": "0.5.3",
"karma-jasmine": "0.3.6",
"karma-phantomjs-launcher": "1.0.0",
"phantomjs-prebuilt": "2.1.5",
"remap-istanbul": "0.5.1",
"typescript": "1.8.2",
"typings":"0.6.8"
}
}