forked from TransforMap/transformap-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 955 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 955 Bytes
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
{
"name": "transformap-editor",
"description": "CRUD data.transformap.co interface",
"author": "Michael Maier, Jon Richter",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "https://github.com/TransforMap/transformap-editor.git"
},
"scripts": {
"lint": "standard app/**/*js",
"start": "brunch watch --server",
"prod": "brunch build --production",
"postinstall": "./scripts/postinstall"
},
"dependencies": {},
"devDependencies": {
"auto-reload-brunch": "^2.0.0",
"babel-brunch": "~6.0.0",
"babel-preset-es2015": "~6.3.13",
"bootstrap-css": "^3.0.0",
"bootstrap-select": "^1.12.2",
"brunch": "^2.4.0",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.0.0",
"javascript-brunch": "^2.0.0",
"leaflet": "^1.0.2",
"leaflet-draw": "^0.4.4",
"leaflet-hash": "^0.2.1",
"pugjs-brunch": "^2.8.5",
"standard": "^8.6.0",
"uglify-js-brunch": "^2.0.0"
}
}