-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.43 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.43 KB
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
{
"name": "jspm_testing",
"version": "1.0.0",
"description": "VS 2015 TypeScript Cordova SystemJS Angular2 starter kit",
"homepage": "https://github.com/dbiele/TypeScript-Cordova-SystemJS-Angular2-beta",
"bugs": "https://github.com/dbiele/TypeScript-Cordova-SystemJS-Angular2-beta/issues",
"contributors": [
"Dean Biele <dbieledevelop@outlook.com>"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/dbiele/TypeScript-Cordova-SystemJS-Angular2-beta.git"
},
"dependencies": {
"angular2": "2.0.0-beta.1",
"systemjs": "^0.19.17",
"rxjs": "^5.0.0-beta.1",
"es6-shim": "^0.34.2"
},
"devDependencies": {
"browser-sync": "^2.11.0",
"connect-history-api-fallback": "1.1.0",
"del": "^2.2.0",
"fs": "^0.0.2",
"gulp": "git://github.com/gulpjs/gulp.git#4.0",
"gulp-connect": "2.3.1",
"gulp-tslint": "4.2.2",
"gulp-load-plugins": "^1.2.0",
"gulp-protractor": "^2.1.0",
"gulp-typescript": "2.10.0",
"gulp-sourcemaps": "^1.6.0",
"karma": "^0.13.19",
"karma-coverage": "^0.5.3",
"karma-chrome-launcher": "^0.2.2",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-jasmine-html-reporter": "^0.2.0",
"karma-firefox-launcher": "^0.1.7",
"karma-phantomjs2-launcher": "0.4.0",
"jasmine": "^2.4.1",
"reflect-metadata": "^0.1.3",
"semver": "^5.1.0",
"tslint": "^3.2.2",
"npm": "^3.5.3"
}
}