-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
56 lines (56 loc) · 1.29 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
48
49
50
51
52
53
54
55
56
{
"name": "backbone.leaflet",
"description": "A map component for Backbone.js",
"version": "0.1.1",
"homepage": "http://github.com/LuizArmesto/backbone.leaflet",
"author": {
"name": "Luiz Armesto",
"email": "luiz.armesto@gmail.com"
},
"repository": {
"type": "git",
"url": "http://github.com/LuizArmesto/backbone.leaflet"
},
"bugs": {
"url": "http://github.com/LuizArmesto/backbone.leaflet/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/LuizArmesto/backbone.leaflet/blob/master/LICENSE"
}
],
"preferGlobal": true,
"dependencies": {
},
"devDependencies": {
"bower": "1.2.x",
"chai": "1.9.x",
"grunt": "0.4.x",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-connect": "0.6.x",
"grunt-contrib-jshint": "0.8.x",
"grunt-contrib-watch": "0.5.x",
"grunt-contrib-yuidoc": "0.5.x",
"grunt-contrib-concat": "0.3.x",
"grunt-contrib-uglify": "0.3.x",
"grunt-lib-phantomjs": "0.5.x",
"grunt-mocha": "0.4.X",
"mocha": "1.8.x",
"sinon": "1.8.x",
"sinon-chai": "2.5.x"
},
"keywords": [
"backbone",
"geojson",
"leaflet",
"map"
],
"engines": {
"node": ">= 0.8"
},
"main": "lib/backbone.leaflet",
"scripts": {
"test": "grunt test"
}
}