mirror of
https://github.com/primer/css.git
synced 2024-12-11 11:16:04 +03:00
35 lines
812 B
JSON
35 lines
812 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|