UNPKG

generator-d3-plugin

Version:
44 lines (42 loc) 906 B
{ "name": "generator-d3-plugin", "version": "0.3.1", "description": "Yeoman generator for D3 v4 plugins", "license": "MIT", "main": "app/index.js", "homepage": "https://github.com/akash-goswami/generator-d3-plugin", "repository": { "type": "git", "url": "https://github.com/akash-goswami/generator-d3-plugin.git" }, "bugs": { "url": "https://github.com/akash-goswami/generator-d3-plugin.git/issues" }, "author": { "name": "Akash Goswami", "url": "https://github.com/akash-goswami" }, "scripts": { "test": "script/test" }, "files": [ "app" ], "keywords": [ "yeoman-generator", "d3", "plugin", "d3-plugin", "app", "generator" ], "dependencies": { "chalk": "^1.1.3", "lodash": "^3.10.1", "yeoman-generator": "^0.20.3" }, "devDependencies": { "babel-eslint": "^7.1.1", "eslint": "^3.12.2" } }