-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 850 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
32
33
34
35
{
"name": "D3leaflet",
"version": "1.0.0",
"description": "D3leaflet =========",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "beefy index.js:bundle.js --live",
"bundle": "browserify index.js -o bundle.js"
},
"repository": {
"type": "git",
"url": "https://[email protected]/kimisan/D3leaflet.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kimisan/D3leaflet/issues"
},
"homepage": "https://github.com/kimisan/D3leaflet",
"dependencies": {
"backbone": "^1.1.2",
"beefy": "^2.1.1",
"browserify": "^8.0.2",
"d3": "^3.5.2",
"jquery": "^2.1.3",
"leaflet": "^0.7.3",
"lodash": "^2.4.1",
"moment": "^2.8.4"
},
"devDependencies": {
"beefy": "^2.1.1",
"browserify": "^8.0.2"
}
}