forked from kapke/angular2-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 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
42
{
"name": "angular2-starter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"install": "./node_modules/.bin/typings install",
"serve": "./node_modules/.bin/gulp serve",
"build": "./node_modules/.bin/gulp build",
"test": "./node_modules/.bin/gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kapke/angular2-starter.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kapke/angular2-starter/issues"
},
"homepage": "https://github.com/kapke/angular2-starter#readme",
"dependencies": {
"angular2": "^2.0.0-beta.7",
"es6-promise": "^3.1.2",
"es6-shim": "^0.33.13",
"reflect-metadata": "^0.1.2",
"rxjs": "^5.0.0-beta.2",
"systemjs": "^0.19.6",
"zone.js": "^0.5.15"
},
"devDependencies": {
"glob": "^6.0.4",
"gulp": "^3.9.1",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.10",
"gulp-webserver": "^0.9.1",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"typings": "^0.6.8"
}
}