-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
23 lines (23 loc) · 1.09 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
{
"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": {
"uglifyjs": "^2.4.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build-js && npm run build-css",
"build-css": "cat bower_components/leaflet/dist/leaflet.css bower_components/PruneCluster/dist/LeafletStyleSheet.css styles/css/style.css > dist/site.css",
"build-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"
},
"repository": {
"type": "git",
"url": "https://github.com/TransforMap/transformap-viewer.git"
},
"author": "",
"bugs": {
"url": "https://github.com/TransforMap/transformap-viewer/issues"
}
}