1
1
mirror of https://github.com/primer/css.git synced 2024-12-12 18:58:01 +03:00
css/modules/generator-primer-module/package.json
2017-09-01 17:17:27 -07:00

34 lines
748 B
JSON

{
"version": "0.1.0",
"name": "generator-primer-module",
"description": "Use this to create a new Primer CSS modules!",
"author": "GitHub, Inc.",
"license": "MIT",
"primer": {
"module_type": "tools"
},
"repository": "https://github.com/primer/primer-css/tree/master/modules/generator-primer-module",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
"scripts": {
"test": "ava -v test/**/*.spec.js"
},
"dependencies": {
"chalk": "^2.1.0",
"fs-extra": "^4.0.1",
"yeoman-generator": "^1.1.1"
},
"keywords": [
"primer",
"css",
"github",
"primercss",
"yeoman-generator"
],
"devDependencies": {
"yeoman-assert": "^3.0.0",
"yeoman-test": "^1.7.0"
}
}