2017-09-01 08:23:17 +03:00
|
|
|
{
|
2017-09-05 20:26:59 +03:00
|
|
|
"version": "0.0.1",
|
2017-09-01 08:23:17 +03:00
|
|
|
"name": "<%= module %>",
|
|
|
|
"description": "<%= description %>",
|
|
|
|
"homepage": "http://primercss.io/",
|
2017-09-07 01:33:18 +03:00
|
|
|
"primer": {
|
|
|
|
"category": "<%= category %>",
|
|
|
|
"module_type": "<%= module_type %>"
|
|
|
|
},
|
2017-09-01 08:23:17 +03:00
|
|
|
"author": "GitHub, Inc.",
|
2017-09-02 03:15:57 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"style": "index.scss",
|
2017-09-01 08:23:17 +03:00
|
|
|
"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",
|
2017-09-02 03:15:57 +03:00
|
|
|
"lint": "eslint",
|
2017-09-01 08:23:17 +03:00
|
|
|
"test": "npm-run-all -s build lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"primer-support": "<%= dependencies['primer-support'].version %>"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"github",
|
|
|
|
"primer"
|
|
|
|
]
|
|
|
|
}
|