-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 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
44
{
"name": "leaflet.sync",
"version": "0.0.6",
"description": "Sync two or more Leaflet map instances",
"main": "L.Map.Sync.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "eslint L.Map.Sync.js examples/* test/*",
"spec": "phantomjs ./node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html",
"test": "npm run lint && npm run spec",
"release": "mversion patch -m"
},
"repository": {
"type": "git",
"url": "git://github.com/turban/Leaflet.Sync.git"
},
"keywords": [
"Leaflet",
"map",
"geo",
"sync"
],
"devDependencies": {
"chai": "~3.5.0",
"chai-leaflet": "0.0.12",
"eslint": "^2.10.2",
"eslint-plugin-html": "^1.4.0",
"leaflet": "^1.0.3",
"mocha": "^2.4.5",
"mocha-phantomjs-core": "^2.0.1",
"phantomjs-prebuilt": "^2.1.4",
"mversion": "^1.10.0"
},
"author": "Bjorn Sandvik",
"contributors": [
{
"name": "Bails Pierre",
"email": "[email protected]"
}
],
"readmeFilename": "README.md"
}