1
1
mirror of https://github.com/primer/css.git synced 2024-12-12 10:47:14 +03:00
css/tools/generator-primer-module/package.json

35 lines
809 B
JSON
Raw Normal View History

2017-09-01 08:23:17 +03:00
{
"version": "1.0.8",
2017-09-01 08:23:17 +03:00
"name": "generator-primer-module",
2017-11-09 20:41:18 +03:00
"description": "Use this to create a new Primer modules!",
2017-09-01 08:23:17 +03:00
"author": "GitHub, Inc.",
"license": "MIT",
"primer": {
"module_type": "tools"
},
2017-11-09 20:41:18 +03:00
"repository": "https://github.com/primer/primer/tree/master/modules/generator-primer-module",
2017-09-01 08:23:17 +03:00
"bugs": {
2017-11-09 20:41:18 +03:00
"url": "https://github.com/primer/primer/issues"
2017-09-01 08:23:17 +03:00
},
"scripts": {
"test": "../../node_modules/.bin/ava -v test/**/*.spec.js",
"watch": "npm run test -- --watch"
2017-09-01 08:23:17 +03:00
},
"dependencies": {
"chalk": "^2.1.0",
"primer-support": "4.6.0",
"yeoman-generator": "^1.1.1"
2017-09-01 08:23:17 +03:00
},
"keywords": [
"primer",
"css",
"github",
2017-11-09 20:41:18 +03:00
"design-system",
2017-09-01 08:23:17 +03:00
"yeoman-generator"
],
"devDependencies": {
"yeoman-assert": "^3.0.0",
"yeoman-test": "^1.7.0"
}
}