-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 934 Bytes
/
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
{
"name": "gdz-app",
"repository": {
"type": "git",
"url": "git+https://github.com/subugoe/gdz-app.git"
},
"scripts": {
"test": "node_modules/casperjs/bin/casperjs test --includes=tests/config.js ./tests/**/*.js"
},
"devDependencies": {
"browser-sync": "^2.16.0",
"casperjs": "^1.1.1",
"flot": "^0.8.0-alpha",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-filter": "^4.0.0",
"gulp-newer": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.3.2",
"gulp-sass-glob": "^1.0.6",
"gulp-sass-lint": "^1.2.0",
"gulp-uglify": "^1.5.4"
},
"dependencies": {
"font-awesome": "^4.6.3",
"jquery": "^3.0.0",
"jquery-lazyload": "^1.9.7",
"jquery-mousewheel": "^3.1.13",
"leaflet": "^0.7.7",
"leaflet-iiif": "^0.2",
"open-sans-fontface": "^1.4.0",
"select2": "^4.0.3"
}
}