-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.18 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
{
"name": "wwmc-map",
"version": "0.0.0",
"description": "Map for World Water Monitoring Challenge",
"main": "lib/index.js",
"scripts": {
"test": "testem ci"
},
"browserify": {
"transform": [
"coffeeify",
"hbsfy"
]
},
"style": "src/index.css",
"author": "",
"license": "GPLv3",
"dependencies": {
"backbone": "~1.1.2",
"coffeescript": "^2.7.0",
"gulp": "^4.0.2",
"handlebars": "~1.3.0",
"jquery": "~2.1.0",
"lodash": "~2.4.1",
"moment": "^2.22.0",
"select2": "~3.4.5"
},
"devDependencies": {
"browserify": "^8.1.3",
"chai": "~2.0.0",
"coffee-loader": "^0.9.0",
"coffee-script": "^1.7.1",
"coffeeify": "^1.0.0",
"del": "^1.1.1",
"express": "~4.11.2",
"gulp-awspublish": "^3.3.3",
"gulp-buffer": "0.0.2",
"gulp-concat": "^2.2.0",
"gulp-rework": "^1.0.2",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"handlebars-loader": "^1.7.0",
"hbsfy": "^2.2.1",
"rework-npm": "~1.0.0",
"synchronize": "~0.9.9",
"uglify-js": "~2.4.13",
"vinyl-source-stream": "^1.0.0",
"webpack": "^4.5.0",
"webpack-dev-server": "^3.1.3",
"xml2js": "^0.4.5"
}
}