-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
41 lines (41 loc) · 916 Bytes
/
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
{
"name": "geojson-random",
"version": "0.5.0",
"description": "generate random geojson features",
"main": "index.js",
"bin": {
"geojson-random": "geojson-random"
},
"scripts": {
"test": "eslint . && tap test.js",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "https://github.com/node-geojson/geojson-random.git"
},
"keywords": [
"geojson",
"random"
],
"author": "Tom MacWright",
"license": "ISC",
"bugs": {
"url": "https://github.com/node-geojson/geojson-random/issues"
},
"homepage": "https://github.com/node-geojson/geojson-random",
"devDependencies": {
"eslint": "^7.0.0",
"standard-version": "^9.0.0",
"tap": "^14.10.7"
},
"dependencies": {
"from2": "^2.1.0",
"geojson-stream": "0.1.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}