-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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": "own-structure-angular2",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"angular2": "2.0.0-beta.3",
"angular2-jwt": "0.1.6",
"cors": "2.7.1",
"es6-promise": "3.0.2",
"es6-shim": "^0.33.3",
"express": "4.13.4",
"express-jwt": "3.3.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"systemjs": "0.19.20",
"zone.js": "0.5.11"
},
"devDependencies": {
"browser-sync": "^2.9.3",
"gulp": "^3.9.0",
"gulp-imagemin": "^2.4.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.1.0",
"gulp-tslint": "^3.2.0",
"gulp-typescript": "^2.10.0",
"nib": "^1.1.0",
"rimraf": "^2.4.2",
"rupture": "^0.6.1",
"superstatic": "^1.2.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ratushnyak-k/angular2structure.git"
},
"author": "Kostya Ratushnyak",
"license": "ISC",
"bugs": {
"url": "https://github.com/ratushnyak-k/angular2structure/issues"
},
"homepage": "https://github.com/ratushnyak-k/angular2structure#readme"
}