-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 819 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 819 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
{
"name": "backbone.d3",
"description": "Reusable D3 visualizations using Backbone.js views",
"version": "0.0.1",
"author": "Jyri Tuulos <jyri.tuulos@adroll.com>",
"url": "https://github.com/AdRoll/backbone.d3",
"devDependencies": {
"phantomjs": ">=1.9.1 <2.0.0",
"mocha-phantomjs": "~3.1.5",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-mocha-phantomjs": "~0.3.0",
"grunt-preprocess": "~3.0.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.5.3"
},
"scripts": {
"test": "./node_modules/.bin/grunt release test"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AdRoll/backbone.d3.git"
}
}