-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.02 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
{
"name": "nzta-map-components",
"version": "1.0.0",
"description": "A collection of Backbone components useful for building NZTA maps.",
"main": "index.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha --require ./tests/bootstrap.js --recursive ./tests/specs/**/*.spec.js --reporter spec",
"doc": "jsdoc ./index.js -d docs"
},
"repository": {
"type": "git",
"url": "https://github.com/silverstripe-iterators/nzta-map-components.git"
},
"author": "SilverStripe",
"bugs": {
"url": "https://github.com/silverstripe-iterators/nzta-map-components/issues"
},
"homepage": "https://github.com/silverstripe-iterators/nzta-map-components",
"devDependencies": {
"expect.js": "0.3.1",
"jsdoc": "3.3.0-beta1",
"jsdom": "3.1.2",
"mocha": "2.1.0"
},
"dependencies": {
"backbone": "1.1.2",
"backbone.cocktail": "0.5.10",
"backbone.marionette": "2.3.0",
"geojson-extent": "0.3.1",
"jquery": "2.1.3",
"marker-clusterer-plus": "^2.1.4",
"underscore": "1.8.2"
}
}