-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 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
44
45
46
47
48
49
50
{
"name": "chai-geojson",
"version": "0.2.0",
"description": "Chai plugin for GeoJSON testing",
"main": "dist/chai-geojson.js",
"scripts": {
"test": "mocha",
"compile": "gulp compile",
"prepublish": "npm run compile",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haoliangyu/chai-geojson.git"
},
"keywords": [
"geojson",
"chai",
"plugin"
],
"author": "Haoliang Yu <haholiang.yu@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/haoliangyu/chai-geojson/issues"
},
"homepage": "https://github.com/haoliangyu/chai-geojson#readme",
"devDependencies": {
"babel-preset-es2015-rollup": "^3.0.0",
"eslint": "^3.12.1",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.1",
"gulp-eslint": "^3.0.1",
"gulp-optimize-js": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-spawn-mocha": "^3.1.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^2.0.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-stream": "^1.14.0",
"run-sequence": "^1.2.2",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"@turf/area": "^3.7.1",
"@turf/line-distance": "^3.7.0",
"chai": "^3.5.0"
}
}