-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.03 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "cogran",
"version": "1.0.0",
"description": "A command line tool for working with aggregations.",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/berlinermorgenpost/cogran.git"
},
"bin": {
"cogran": "./index.js"
},
"author": "berlinermorgenpost",
"license": "ISC",
"bugs": {
"url": "https://github.com/berlinermorgenpost/cogran/issues"
},
"homepage": "https://github.com/berlinermorgenpost/cogran#readme",
"dependencies": {
"async": "^1.5.2",
"d3": "^4.2.0",
"inquirer": "^1.1.3",
"lodash": "^4.6.1",
"object-assign": "^4.1.0",
"optimist": "^0.6.1",
"progress": "^1.1.8",
"shapefile": "^0.3.1",
"shortid": "^2.2.6",
"shp-write": "^0.2.5",
"simple-statistics": "^2.1.0",
"turf": "^2.0.2",
"winston": "^2.2.0"
},
"devDependencies": {
"assert": "^1.3.0",
"eslint-config-airbnb": "^6.2.0",
"expect": "^1.14.0",
"mocha": "^2.4.5"
}
}