forked from TransforMap/transformap-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 1.31 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
{
"name": "transformap-viewer",
"version": "0.0.0",
"description": "This is a Web-Map plugin that aims at displaying data from the [TransforMap API](https://github.com/TransforMap/data.transformap.co). It offers dynamic filters, which are built from a Wikibase graph hosted on [base.transformap.co](https://base.transformap.co).",
"dependencies": {},
"devDependencies": {
"less": "^2.7.3",
"uglify-es": "^3.3.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build-css ; npm run compile-css ; npm run compile-js ; npm run compile-assets",
"build-css": "lessc styles/less/style.less styles/css/style.css",
"compile-css": "cat bower_components/leaflet/dist/leaflet.css bower_components/PruneCluster/dist/LeafletStyleSheet.css styles/css/style.css > dist/site.css",
"compile-js": "uglifyjs bower_components/leaflet/dist/leaflet.js scripts/leaflet-hash.js scripts/red_fetch.js bower_components/PruneCluster/dist/PruneCluster.min.js scripts/map.js > dist/site.js",
"compile-assets": "cp bower_components/leaflet/dist/images/layers* dist/images"
},
"repository": {
"type": "git",
"url": "https://github.com/TransforMap/transformap-viewer.git"
},
"author": "",
"bugs": {
"url": "https://github.com/TransforMap/transformap-viewer/issues"
}
}