UNPKG

generator-d3-plugin

Version:
51 lines (50 loc) 1.33 kB
{ "name": "<%= packageName %>", "version": "1.0.0", "description": "<%= projectDesc %>", "main": "index.js", "directories": { "test": "test" }, "scripts": { "pretest": "script/pretest", "test": "script/test", "prepublish": "script/prepublish", "start": "script/start", "dev": "NODE_ENV=dev && script/prepublish --watch", "reload": "livereload 'example/build/'", "watch": "npm-run-all --parallel reload dev" }, "repository": { "type": "git", "url": "git+https://github.com/<%= ghUser %>/<%= ghRepo %>.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/<%= ghUser %>/<%= ghRepo %>/issues" }, "homepage": "https://github.com/<%= ghUser %>/<%= ghRepo %>#readme", "dependencies": { "d3-selection": "^1.0.3" }, "devDependencies": { "babel-eslint": "^7.1.1", "eslint": "^3.12.2", "json2module": "0.0", "http-server": "^0.9.0", "package-preamble": "0.0", "rimraf": "2", "rollup": "0.36", "rollup-plugin-ascii": "0.0", "rollup-plugin-commonjs": "^7.0.0", "rollup-plugin-node-resolve": "2", "rollup-watch": "^3.1.0", "tape": "4", "uglify-js": "2", "uglifyjs": "^2.4.10", "livereload": "^0.6.0", "npm-run-all": "^4.0.0", "rollup-plugin-replace": "^1.1.1" } }