1
1
mirror of https://github.com/primer/css.git synced 2024-12-13 16:15:44 +03:00
css/modules/generator-primer-module/app/templates/package.json
2017-09-01 17:15:57 -07:00

28 lines
698 B
JSON

{
"version": "0.1.0",
"name": "<%= module %>",
"description": "<%= description %>",
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "index.scss",
"main": "build/index.js",
"repository": "https://github.com/primer/primer-css/tree/master/modules/<%= module %>",
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
"scripts": {
"build": "primer-module-build index.scss",
"prepare": "npm run build",
"lint": "eslint",
"test": "npm-run-all -s build lint"
},
"dependencies": {
"primer-support": "<%= dependencies['primer-support'].version %>"
},
"keywords": [
"github",
"primer"
]
}