-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 809 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 809 Bytes
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
{
"name": "leaflet.activelayer",
"version": "0.0.2",
"main": "index",
"licenses": [
{
"type": "MIT"
}
],
"contributors": [],
"dependencies": {
"leaflet": "git+https://github.com/Leaflet/Leaflet.git#fc05abd3364aadb59399f0c7a8ed4b03ddc46e5e",
"rbush": "^1.3.4"
},
"devDependencies": {
"mocha": "^1.21.3",
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.1",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-webpack": "^1.0.7",
"grunt-mocha-test": "^0.11.0",
"grunt-bump": "0.0.14",
"webpack": "^1.3.2-beta9",
"webpack-dev-server": "^1.4.7",
"umx-grunt-config": "*"
},
"scripts": {
"test": "mocha -R spec ./test/*_spec.js"
}
}