-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.53 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
50
51
52
53
54
55
56
57
58
{
"name": "angular2-to-do",
"version": "1.0.0",
"scripts": {
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"lite": "lite-server",
"postinstall": "typings install",
"tsc": "tsc",
"tsc:w": "tsc -w"
},
"license": "MIT",
"dependencies": {
"@angular/common": "2.4.0",
"@angular/compiler": "2.4.0",
"@angular/core": "2.4.0",
"@angular/forms": "2.4.0",
"@angular/http": "2.4.0",
"@angular/platform-browser": "2.4.0",
"@angular/platform-browser-dynamic": "2.4.0",
"@angular/router": "3.4.0",
"@angular/upgrade": "2.4.0",
"angular-in-memory-web-api": "0.3.1",
"bootstrap": "3.3.6",
"core-js": "2.4.1",
"promise-polyfill": "7.0.0",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.1",
"systemjs": "0.19.27",
"zone.js": "0.7.2"
},
"devDependencies": {
"bower-files": "3.11.3",
"browser-sync": "2.11.1",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-concat": "2.6.0",
"gulp-sass": "2.2.0",
"gulp-shell": "0.5.2",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.3",
"gulp-util": "3.0.7",
"concurrently": "3.0.0",
"lite-server": "2.2.2",
"typescript": "2.2.2",
"typings": "1.3.2"
},
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hollywilkalis/angular-to-do.git"
},
"author": "",
"bugs": {
"url": "https://github.com/hollywilkalis/angular-to-do/issues"
},
"homepage": "https://github.com/hollywilkalis/angular-to-do#readme",
"description": ""
}