-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 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
{
"name": "SegPub",
"version": "0.0.0",
"description": "",
"main": "server.js",
"private": true,
"scripts": {
"clean": "rm -vf static/data/segpub.csv*",
"dev": "grunt watch",
"get-data": "node getData.js",
"postinstall": "grunt copy:styles",
"prestart": "grunt browserify",
"test": "grunt mochaTest"
},
"repository": {
"type": "git",
"url": "git://github.com/israelst/SegPub.git"
},
"author": "Israel Teixeira <israelst@gmail.com>",
"license": "GPL",
"bugs": {
"url": "https://github.com/israelst/SegPub/issues"
},
"homepage": "https://github.com/israelst/SegPub",
"dependencies": {
"compression": "^1.2.1",
"csv": "^0.4.1",
"d3": "^3.4.13",
"express": "^4.10.2",
"leaflet": "^0.7.3",
"leaflet-geocsv": "^0.5.0",
"leaflet.markercluster": "^0.4.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-csscomb": "^3.0.1",
"grunt-mocha-test": "^0.12.7"
}
}