{ "private": true, "version": "1.1.0", "name": "generator-primer-module", "description": "Use this to create a new Primer modules!", "author": "GitHub, Inc.", "license": "MIT", "primer": { "module_type": "tools" }, "repository": "https://github.com/primer/primer/tree/master/modules/generator-primer-module", "bugs": { "url": "https://github.com/primer/primer/issues" }, "scripts": { "test": "../../node_modules/.bin/ava -v test/**/*.spec.js", "watch": "npm run test -- --watch" }, "dependencies": { "colorette": "1.0.7", "primer-support": "4.6.1", "yeoman-generator": "^1.1.1" }, "keywords": [ "primer", "css", "github", "design-system", "yeoman-generator" ], "devDependencies": { "yeoman-assert": "^3.0.0", "yeoman-test": "^1.7.0" } }