-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.41 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
{
"name": "Pandora",
"version": "0.0.1",
"description": "Front End for Dynamis CRM",
"repository": {
"type": "git",
"url": "https://github.com/npm/npm.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Cristhian Fernandez",
"license": "MIT",
"devDependencies": {
"connect-livereload": "^0.5.3",
"del": "^1.1.1",
"express": "~4.13.1",
"glog": "^1.7.0",
"gulp": "^3.8.11",
"gulp-bump": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-filter": "^2.0.2",
"gulp-inject": "^1.3.1",
"gulp-minify-css": "^1.1.6",
"gulp-minify-html": "^1.0.3",
"gulp-plumber": "~1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "~1.5.2",
"gulp-template": "^3.0.0",
"gulp-typescript": "~2.7.5",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.2.4",
"open": "0.0.5",
"q": "^1.4.1",
"run-sequence": "^1.1.0",
"semver": "^4.3.6",
"serve-static": "^1.9.2",
"stream-series": "^0.1.1",
"systemjs-builder": "^0.10.6",
"tiny-lr": "^0.1.6",
"typescript": "~1.5.3",
"glob": "^5.0.14"
},
"dependencies": {
"angular2": "^2.0.0-alpha.34",
"bootstrap": "^3.3.5",
"chart.js": "^1.0.2",
"es6-module-loader": "^0.15.0",
"font-awesome": "^4.4.0",
"jquery": "^2.1.4",
"reflect-metadata": "0.1.0",
"systemjs": "^0.16.0",
"zone.js": "^0.4.1"
}
}