-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 KB
/
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
40
41
42
43
44
45
{
"name": "ng2b-srcs",
"version": "0.0.1-alpha.6",
"description": "Bootstrap components for Angular2",
"author": "Guido Magnini",
"license": "MIT",
"scripts": {
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" ",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"typings": "typings",
"postinstall": "typings install",
"test": "live-server --open=src/unit-tests.html"
},
"dependencies": {
"angular2": "2.0.0-beta.17",
"bootstrap": "^3.3.6",
"es6-shim": "^0.35.0",
"jquery": "^2.2.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.6",
"systemjs": "0.19.26",
"zone.js": "0.6.12"
},
"devDependencies": {
"concurrently": "^2.0.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-tsc": "^1.1.4",
"gulp-tslint": "^3.5.0",
"gulp-typings": "^1.3.4",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.7",
"jasmine-core": "2.4.1",
"lite-server": "^2.1.0",
"live-server": "^0.9.2",
"run-sequence": "^1.1.5",
"tslint": "^3.6.0",
"typescript": "^1.8.10",
"typings": "^0.7.11"
}
}