-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 952 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
31
32
33
34
35
36
37
38
39
{
"name": "forms-angular2",
"version": "0.0.0",
"scripts": {
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"start": "npm run lite",
"test": "live-server --open=examples/unit-tests.html",
"typings": "typings",
"postinstall": "typings install"
},
"license": "MIT",
"dependencies": {
"angular2": "^2.0.0-beta.15",
"systemjs": "^0.19.6",
"es6-promise": "^3.0.2",
"es6-shim": "^0.35.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "0.6.10",
"tv4": "1.2.7",
"json-refs": "2.1.5"
},
"devDependencies": {
"concurrently": "^1.0.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-typescript": "^2.5.0",
"jasmine-core": "2.4.1",
"systemjs-builder": "^0.15.15",
"lite-server": "^2.1.0",
"merge2": "^1.0.2",
"typescript": "^1.8.7",
"typings": "^0.7.12"
}
}