d3-helpers
Version:
Little utility D3 functions
67 lines (66 loc) • 1.65 kB
JSON
{
"name": "d3-helpers",
"description": "Little utility D3 functions",
"version": "0.3.0",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"bugs": {
"url": "https://github.com/bahmutov/d3-helpers/issues"
},
"dependencies": {},
"devDependencies": {
"coveralls": "2.11.2",
"d3": "3.4.13",
"expect.js": "0.3.1",
"grunt": "0.4.5",
"grunt-banner": "0.2.3",
"grunt-clean-console": "0.1.1",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-watch": "0.6.1",
"grunt-deps-ok": "0.5.1",
"grunt-karma": "0.9.0",
"grunt-mocha-test": "0.12.4",
"grunt-nice-package": "0.9.2",
"grunt-npm2bower-sync": "0.4.0",
"jshint-stylish": "1.0.0",
"karma": "0.12.28",
"karma-coverage": "0.2.6",
"karma-mocha": "0.1.9",
"karma-phantomjs-launcher": "0.1.4",
"lodash": "2.4.1",
"matchdep": "0.3.0",
"mocha": "2.0.1",
"pre-git": "0.1.1",
"sinon": "1.12.1",
"time-grunt": "1.0.0"
},
"engines": {
"node": "> 0.8"
},
"homepage": "https://github.com/bahmutov/d3-helpers",
"keywords": [
"D3",
"helpers",
"utility",
"functional",
"callbacks",
"node",
"browser"
],
"license": "MIT",
"main": "index.js",
"pre-commit": [
"npm test"
],
"repository": {
"type": "git",
"url": "git@github.com:bahmutov/d3-helpers.git"
},
"scripts": {
"test": "grunt test",
"watch": "grunt watch",
"coveralls": "cat coverage/PhantomJS*/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
}
}