monte-ext-d3-tip
Version:
Monte extension for the d3-tip library.
58 lines (57 loc) • 1.76 kB
JSON
{
"name": "monte-ext-d3-tip",
"version": "0.0.0-pre.0",
"description": "Monte extension for the d3-tip library.",
"main": "build/monte-ext-d3-tip.js",
"scripts": {
"postpublish": "zip -j build/monte-ext-d3-tip.zip -- LICENSE README.md build/monte-ext-d3-tip.js build/monte-ext-d3-tip.min.js",
"prepublish": "npm run build",
"test": "browserify test/**/*-test.js | tape-run",
"lint": "eslint src/**",
"package-umd": "rollup --config config/rollup.config.umd.js",
"package-umd-min": "rollup --config config/rollup.config.umd.min.js",
"watch": "nodemon -e js -w *.js -w src -x \"npm run package-umd\"",
"build": "npm run package-umd && npm run package-umd-min"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YellowTugboat/monte-ext-d3-tip.git"
},
"keywords": [
"Monte",
"extension",
"d3-tip",
"d3",
"tooltip"
],
"author": "Yellow Tugboat",
"license": "MIT",
"bugs": {
"url": "https://github.com/YellowTugboat/monte-ext-d3-tip/issues"
},
"homepage": "https://github.com/YellowTugboat/monte-ext-d3-tip#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-lodash": "^3.2.10",
"babel-preset-es2015-rollup": "^3.0.0",
"eslint": "^3.12.0",
"eslint-config-yellow-tugboat": "^0.2.0",
"nodemon": "^1.10.2",
"rollup": "^0.37",
"rollup-plugin-babel": "^2",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-uglify": "^1.0.1",
"tape": "^4.6.0",
"tape-run": "^2.1.4"
},
"peerDependencies": {
"monte": "^0.0.0-alpha23",
"d3-tip": "^0.7.0"
},
"dependencies": {
"nodemon": "^1.11.0",
"rollup": "^0.36.4",
"rollup-plugin-babel": "^2.7.1",
"tape": "^4.6.3"
}
}