forked from OpenTreeMap/otm-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.47 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.47 KB
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
{
"name": "OTM2",
"version": "2.0.0",
"directories": {
"doc": "doc"
},
"dependencies": {
"autotrack": "^0.6.5",
"baconjs": "~0.6",
"console-browserify": "~1.0.1",
"dragula": "^2.0.2",
"esri-leaflet": "~1.0.2",
"leaflet-pip": "~0.1.1",
"lodash": "2.4.x",
"moment": "~2.2.1",
"mustache": "~0.7.2",
"numeral": "1.5.3",
"ramda": "0.5.x",
"sanitize-filename": "~1.4.2"
},
"devDependencies": {
"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.5.3",
"sass-loader": "^4.0.0",
"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"
}