forked from aspnet/JavaScriptServices
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 817 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 817 Bytes
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
{
"name": "MusicStore",
"version": "0.0.0",
"dependencies": {
"angular2": "2.0.0-beta.15",
"angular2-aspnet": "^0.0.6",
"angular2-universal": "0.98.1",
"angular2-express-engine": "0.11.1",
"angular2-hapi-engine": "0.11.1",
"aspnet-prerendering": "^1.0.1",
"bootstrap": "^3.3.5",
"css": "^2.2.1",
"es6-module-loader": "0.15.0",
"es6-shim": "^0.35.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^2.1.4",
"less": "^2.5.3",
"preboot": "2.0.5",
"rxjs": "5.0.0-beta.2",
"systemjs": "^0.19.3",
"traceur": "0.0.106",
"zone.js": "^0.6.10"
},
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-inline-ng2-template": "0.0.7",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.9.0",
"typescript": "^1.6.2"
}
}