-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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
46
47
48
49
{
"name": "ng2-seed",
"version": "0.0.1",
"description": "My own personal seed for Angular2 projects",
"repository": {
"type": "git",
"url": "git+https://github.com/virginc/ng2-seed.git"
},
"keywords": [
"angular2",
"typescript",
"seed",
"browersync",
"gulp",
"sass"
],
"author": "Virginia Carrasco",
"bugs": {
"url": "https://github.com/virginc/ng2-seed/issues"
},
"homepage": "https://github.com/virginc/ng2-seed#readme",
"devDependencies": {
"browser-sync": "^2.10.1",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-clean": "^0.3.1",
"gulp-flatten": "^0.2.0",
"gulp-imagemin": "^2.4.0",
"gulp-sass": "^2.1.1",
"gulp-sequence": "^0.4.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.10.0",
"gulp-watch": "^4.3.5",
"gulp-webpack": "^1.5.0",
"require-dir": "^0.3.0",
"ts-loader": "^0.7.2",
"tslint": "^3.2.1",
"typescript": "^1.7.5"
},
"dependencies": {
"angular2": "^2.0.0-beta.0",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"gulp-typescript": "^2.10.0",
"reflect-metadata": "^0.1.2",
"rxjs": "^5.0.0-beta.0",
"zone.js": "^0.5.10"
}
}