forked from start-angular/ani-angular-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 2.96 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "Ani-Angular2",
"version": "0.0.0",
"description": "Seed for Angular 2 apps",
"repository": {
"url": "https://strapui.com"
},
"scripts": {
"build.dev": "gulp build.dev",
"build.dev.watch": "gulp build.dev.watch",
"build.prod": "gulp build.prod",
"clean-ng2": "rimraf node_modules/angular2/manual_typings node_modules/angular2/typings",
"gulp": "gulp",
"karma": "karma",
"karma.start": "karma start",
"postinstall": "typings install && npm run clean-ng2 && gulp check.versions && gulp postinstall",
"reinstall": "rimraf node_modules && npm cache clean && npm install",
"start": "gulp serve --env dev",
"serve.dev": "gulp serve --env dev",
"tasks.list": "gulp --tasks-simple",
"test": "gulp test",
"webdriver-update": "webdriver-manager update",
"webdriver-start": "webdriver-manager start"
},
"author": "Nitin Kumar Mishra",
"license": "MIT",
"devDependencies": {
"angular2-hot-loader": "0.0.17",
"async": "1.4.2",
"browserify": "13.0.0",
"chalk": "1.1.1",
"connect": "3.4.1",
"connect-livereload": "0.5.3",
"del": "2.2.0",
"event-stream": "3.3.2",
"express": "~4.13.1",
"extend": "3.0.0",
"gulp": "3.9.0",
"gulp-concat": "2.5.2",
"gulp-cssnano": "2.0.0",
"gulp-filter": "2.0.2",
"gulp-inject": "1.3.1",
"gulp-inline-ng2-template": "0.0.7",
"gulp-load-plugins": "0.10.0",
"gulp-plumber": "~1.0.1",
"gulp-sass": "2.2.0",
"gulp-shell": "~0.4.3",
"gulp-sourcemaps": "~1.5.2",
"gulp-template": "3.0.0",
"gulp-tslint": "3.3.0",
"gulp-tslint-stylish": "1.0.4",
"gulp-typedoc": "1.2.1",
"gulp-typescript": "~2.8.2",
"gulp-uglify": "1.2.0",
"gulp-util": "3.0.7",
"gulp-watch": "4.2.4",
"jasmine-core": "~2.3.4",
"jasmine-spec-reporter": "2.4.0",
"karma": "~0.13.15",
"karma-chrome-launcher": "~0.2.0",
"karma-ie-launcher": "0.2.0",
"karma-jasmine": "~0.3.6",
"karma-mocha-reporter": "1.1.1",
"karma-phantomjs2-launcher": "0.4.0",
"merge-stream": "1.0.0",
"open": "0.0.5",
"protractor": "3.0.0",
"retyped-gulp-replace-tsd-ambient": "0.0.0-0",
"rimraf": "2.5.1",
"run-sequence": "1.1.0",
"semver": "5.0.3",
"serve-static": "1.9.2",
"slash": "~1.0.0",
"stream-series": "0.1.1",
"tiny-lr": "0.2.1",
"traceur": "0.0.91",
"ts-node": "0.5.4",
"typedoc": "0.3.12",
"typescript": "~1.7.3",
"typings": "0.6.2",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"yargs": "3.32.0"
},
"dependencies": {
"angular2": "2.0.0-beta.7",
"c3": "0.4.11-rc4",
"chart.js": "1.0.2",
"ckeditor": "4.5.7",
"es6-module-loader": "0.17.8",
"es6-shim": "0.33.3",
"fullcalendar": "2.6.1",
"gulp-copy": "0.0.2",
"jquery": "2.1.0",
"moment": "2.11.2",
"ng2-bootstrap": "1.0.2-beta.1",
"reflect-metadata": "0.1.2",
"rxjs": "^5.0.0-beta.0",
"systemjs": "0.19.9",
"zone.js": "0.5.10"
}
}