forked from jieter/Leaflet.encoded
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 824 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
{
"name": "polyline-encoded",
"version": "0.0.8",
"description": "Encoding and decoding of Google's polyline encoding format",
"main": "Polyline.encoded.js",
"scripts": {
"lint": "eslint --config .eslintrc Polyline.encoded.js test/*.js examples/*.js",
"unittest": "mocha test/test.js",
"test": "npm run lint && npm run unittest",
"release": "mversion patch -m"
},
"repository": {
"type": "git",
"url": "git://github.com/jieter/Leaflet.encoded.git"
},
"keywords": [
"polyline",
"encoding"
],
"author": "Jan Pieter Waagmeester",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"chai": "~3.5.0",
"chai-leaflet": "0.0.12",
"eslint": "^2.7.0",
"eslint-plugin-html": "^1.4.0",
"mocha": "~2.4.5",
"mversion": "^1.10.1"
}
}