-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
65 lines (65 loc) · 1.84 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
{
"name": "OTM2",
"version": "2.0.0",
"directories": {
"doc": "doc"
},
"//": ["!!! WARNING !!!",
"If you upgrade Leaflet you must update the patch in MapManager.js",
"!!! WARNING !!!"],
"dependencies": {
"autotrack": "^0.6.5",
"baconjs": "~0.6",
"console-browserify": "~1.0.1",
"dragula": "^2.0.2",
"es6-promise": "~4.1.0",
"esri-leaflet": "~1.0.2",
"leaflet": "~1.0.3",
"leaflet-draw": "~0.4.9",
"leaflet-pip": "~1.0.0",
"leaflet.gridlayer.googlemutant": "~0.4.3",
"leaflet.locatecontrol": "^0.62.0",
"lodash": "^4.17.4",
"moment": "2.19.3",
"mustache": "~2.2.1",
"numeral": "1.5.3",
"ramda": "^0.23.0",
"sanitize-filename": "~1.4.2"
},
"devDependencies": {
"autoprefixer": "^6.5.3",
"chai": "~1.8.1",
"css-loader": "^0.23.1",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"glob": "^7.0.5",
"imports-loader": "^0.6.5",
"jshint": "^2.9.2",
"mocha": "~1.14.0",
"node-sass": "^3.13.1",
"postcss-loader": "^1.1.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"testem": "^0.9.2",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-bundle-tracker": "0.0.93",
"webpack-dev-server": "^1.14.1"
},
"repository": {
"type": "git",
"url": "git://github.com/azavea/OTM2.git"
},
"scripts": {
"test": "testem ci",
"check": "jshint opentreemap/*/js/src/*",
"build": "webpack --config webpack.prod.config.js",
"build-dev": "webpack --config webpack.dev.config.js",
"build-test": "webpack -d --config webpack.test.config.js",
"watch": "webpack-dev-server --config webpack.dev.config.js --host 0.0.0.0 --port 6062 --content-base static/"
},
"author": "Azavea",
"license": "AGPL",
"readmeFilename": "README.md"
}