-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "open_data_school",
"version": "1.0.0",
"author": "@dfjmax",
"description": "Open Data School",
"scripts": {
"start": "gulp"
},
"dependencies": {
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-chart.js": "^1.1.1",
"angular-loading-bar": "0.9.0",
"angular-translate": "^2.13.0",
"angular-ui-router": "^0.3.2",
"angularfire": "^2.1.0",
"angularjs-slider": "^5.8.7",
"easy-pie-chart": "^2.1.7",
"ng-dialog": "^0.6.4"
},
"devDependencies": {
"browser-sync": "^2.18.2",
"connect-history-api-fallback": "^1.3.0",
"del": "^2.2.1",
"flint-gs": "^2.3.7",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-wrap": "^0.13.0",
"path": "^0.12.7",
"yargs": "^5.0.0"
}
}