-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.01 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.01 KB
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
{
"name": "kenya-map",
"version": "1.0.0",
"description": "This is a map of Kenya, as a test example.",
"main": "index.js",
"scripts": {
"test": "standard && node ./test.js",
"lint": "standard",
"build": "node build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RichardLitt/kenya-map.git"
},
"keywords": [
"kenya",
"map",
"example"
],
"author": "Richard Littauer <richard.littauer@gmail.com> (http://burntfen.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/RichardLitt/kenya-map/issues"
},
"homepage": "https://github.com/RichardLitt/kenya-map#readme",
"dependencies": {
"domready": "^1.0.8",
"jquery": "^3.2.1",
"leaflet": "^1.0.3",
"leaflet.markercluster": "^1.0.5",
"lodash": "^4.17.4"
},
"devDependencies": {
"brfs": "^1.4.3",
"browserify": "^14.3.0",
"envify": "^4.0.0",
"standard": "^10.0.2",
"watchify": "^3.9.0"
},
"standard": {
"ignore": [
"dist/*"
]
}
}