-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.38 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
{
"name": "pigeons-lock-floodwatch",
"version": "1.0.0",
"description": "Pigeons Lock Flood Watch",
"scripts": {
"build.dev": "gulp build.dev",
"build.dev.watch": "gulp build.dev.watch",
"build.prod": "gulp build.prod",
"gulp": "gulp",
"karma": "karma",
"karma.start": "karma start",
"postinstall": "typings install && gulp check.versions && npm prune",
"reinstall": "npm cache clean && rimraf node_modules/* && npm install",
"start": "gulp serve --env dev"
},
"author": "Fergus Gallagher",
"license": "MIT",
"devDependencies": {
"async": "^1.4.2",
"browser-sync": "^2.11.1",
"chalk": "^1.1.1",
"connect": "^3.4.1",
"connect-history-api-fallback": "^1.1.0",
"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.11",
"gulp-load-plugins": "^0.10.0",
"gulp-manifest": "^0.1.1",
"gulp-plumber": "~1.0.1",
"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",
"jshint": "^2.9.5",
"merge-stream": "^1.0.0",
"open": "0.0.5",
"protractor": "^3.0.0",
"rimraf": "^2.5.2",
"run-sequence": "^1.1.0",
"semver": "^5.0.3",
"serve-static": "^1.9.2",
"slash": "~1.0.0",
"stream-series": "^0.1.1",
"systemjs-builder": "^0.15.7",
"tiny-lr": "^0.2.1",
"traceur": "^0.0.91",
"ts-node": "^0.5.4",
"typedoc": "^0.3.12",
"typescript": "~1.8.10",
"typings": "^0.8.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.32.0"
},
"dependencies": {
"angular2": "2.0.0-beta.17",
"bootstrap": "^3.3.6",
"es6-module-loader": "^0.17.8",
"es6-shim": "^0.35.0",
"highcharts": "^4.2.3",
"jquery": "^2.2.0",
"lodash": "3.10.1",
"moment": "^2.11.2",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.6",
"symbol-observable": "^0.2.4",
"systemjs": "~0.19.18",
"systemjs-plugin-json": "^0.1.0",
"zone.js": "0.6.12"
}
}