forked from pkozlowski-opensource/ng2-play
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 784 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
{
"name": "ng2-play.ts",
"version": "1.0.0-SNAPSHOT",
"description": "A minimal Angular2 playground using TypeScript",
"repository": {
"type": "git",
"url": "git+https://github.com/pkozlowski-opensource/ng2-play.ts.git"
},
"bugs": {
"url": "https://github.com/pkozlowski-opensource/ng2-play.ts/issues"
},
"homepage": "https://github.com/pkozlowski-opensource/ng2-play.ts#readme",
"devDependencies": {
"connect": "^3.4.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-typescript": "^2.8.0",
"open": "0.0.5",
"serve-static": "^1.10.0"
},
"dependencies": {
"angular2": "2.0.0-beta.16",
"es6-shim": "0.35.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "0.6.12",
"systemjs": "0.19.6"
}
}