forked from perliedman/leaflet-realtime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 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
{
"name": "leaflet-realtime",
"version": "2.1.0",
"description": "Show realtime updated GeoJSON in Leaflet",
"main": "src/L.Realtime.js",
"directories": {
"example": "examples",
"dist": "dist"
},
"repository": {
"type": "git",
"url": "git://github.com/perliedman/leaflet-realtime.git"
},
"scripts": {
"prepublish": "grunt",
"test": "browserify test/L.Realtime | tape-run -b phantom | faucet"
},
"keywords": [
"leaflet",
"realtime"
],
"author": {
"name": "Per Liedman",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/perliedman/leaflet-realtime/issues"
},
"homepage": "https://github.com/perliedman/leaflet-realtime",
"devDependencies": {
"browserify": "^14.0.0",
"faucet": "0.0.1",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-uglify": "^3.0.0",
"leaflet": "^1.0.3",
"phantomjs": "^2.1.7",
"tape": "^4.6.0",
"tape-run": "^3.0.0"
},
"dependencies": {
"browserify": "^14.3.0",
"grunt-contrib-uglify": "^2.3.0"
}
}