forked from angular/angular2-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 957 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 957 Bytes
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
{
"name": "angular2-basic-app",
"version": "0.0.1",
"description": "A simple starter Angular2 project",
"main": "index.js",
"scripts": {
"start": "gulp clean && gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmn8718/angular2-basic-app"
},
"keywords": [
"Angular2"
],
"author": "Jose Miguel Navarro <[email protected]>",
"license": "Apache-2.0",
"homepage": "https://github.com/jmn8718/angular2-basic-app",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-rimraf": "^0.2.0",
"gulp-typescript": "^2.10.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"systemjs": "^0.19.6",
"systemjs-builder": "^0.14.11",
"typescript": "^1.7.3"
},
"dependencies": {
"angular2": "2.0.0-beta.0",
"es6-promise": "3.0.2",
"es6-shim": "0.33.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"zone.js": "0.5.10"
}
}