mirror of
https://github.com/primer/css.git
synced 2024-12-02 07:53:06 +03:00
48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"version": "1.0.2",
|
|
"name": "primer-module-build",
|
|
"description": "Scripts to build primer SCSS modules into CSS and stats",
|
|
"homepage": "http://primercss.io/",
|
|
"author": "GitHub, Inc.",
|
|
"license": "MIT",
|
|
"files": [
|
|
"index.js",
|
|
"cli.js",
|
|
"lib"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/primer/primer-module-build.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/primer/primer-module-build/issues"
|
|
},
|
|
"bin": "cli.js",
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"scripts": {
|
|
"ava": "../../script/npm-run ava --verbose \"tests/**/*.js\"",
|
|
"lint": "../../script/npm-run eslint lib/**/*.js *.js tests/**/*.js",
|
|
"test": "../../script/npm-run-all lint ava"
|
|
},
|
|
"keywords": [
|
|
"primer",
|
|
"build",
|
|
"css",
|
|
"postcss",
|
|
"node-sass"
|
|
],
|
|
"dependencies": {
|
|
"autoprefixer": "^6.7.7",
|
|
"cssstats": "^3.2.0",
|
|
"meow": "^3.7.0",
|
|
"node-sass": "^4.9.0",
|
|
"node-sass-import": "^2.0.0",
|
|
"postcss": "^5.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"primer-utilities": "4.9.0"
|
|
}
|
|
}
|