-
Notifications
You must be signed in to change notification settings - Fork 143
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 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
{
"name": "ng2Boilerplater",
"version": "0.4.2",
"description": "An Angular 2 and Bootstrap easy to start, A-Z startup project",
"repository": {
"url": "https://github.com/born2net/ng2Boilerplate"
},
"scripts": {},
"author": "Sean Levy",
"license": "MIT",
"devDependencies": {
"browser-sync": "~2.10.1",
"chalk": "^1.1.1",
"crypto": "0.0.3",
"express": "~4.13.1",
"gulp": "^3.9.0",
"gulp-git": "^1.6.0",
"gulp-inject": "^1.3.1",
"gulp-typedoc": "^1.2.1",
"gulp-typescript": "~2.8.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.2.4",
"rsync": "^0.4.0",
"run-sequence": "^1.1.5",
"tsd": "^0.6.5",
"tslint": "^3.2.1",
"typedoc": "^0.3.12",
"typescript": "~1.7.3"
},
"dependencies": {
"angular2": "2.0.0-beta.0",
"bootstrap": "^3.3.5",
"es6-module-loader": "^0.17.8",
"es6-shim": "^0.33.6",
"reflect-metadata": "^0.1.2",
"rxjs": "5.0.0-beta.0",
"systemjs": "^0.19.4",
"zone.js": "0.5.10"
}
}