mirror of
https://github.com/pure-css/pure
synced 2024-11-18 02:36:30 +01:00
70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"name": "purecss",
|
|
"version": "2.0.5",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/pure-css/pure.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . --ext .js",
|
|
"prepare": "grunt release",
|
|
"pretest": "npm run lint",
|
|
"site:build": "npm run pretest && cd site && npm install && npm run build",
|
|
"site:start": "cd site && npm run start",
|
|
"test": "grunt test && tap test/*.js"
|
|
},
|
|
"files": "build/",
|
|
"devDependencies": {
|
|
"autoprefixer": "^9.8.6",
|
|
"eslint": "^7.18.0",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"grunt": "^1.3.0",
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-contrib-clean": "^2.0.0",
|
|
"grunt-contrib-compress": "^2.0.0",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-csslint": "^2.0.0",
|
|
"grunt-contrib-cssmin": "^3.0.0",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-css-selectors": "^1.1.0",
|
|
"grunt-postcss": "^0.9.0",
|
|
"grunt-pure-grids": "^2.0.0",
|
|
"husky": "^4.3.8",
|
|
"normalize.css": "^8.0.1",
|
|
"tap": "^14.11.0"
|
|
},
|
|
"description": "Pure is a ridiculously tiny CSS library you can use to start any web project.",
|
|
"bugs": {
|
|
"url": "https://github.com/pure-css/pure/issues"
|
|
},
|
|
"homepage": "https://purecss.io",
|
|
"main": "index.js",
|
|
"browser": "build/pure-min.css",
|
|
"style": "build/pure.css",
|
|
"keywords": [
|
|
"pure",
|
|
"css",
|
|
"purecss",
|
|
"yahoo"
|
|
],
|
|
"authors": [
|
|
"ericf <edf@ericf.me>",
|
|
"tilomitra <tilomitra@gmail.com>",
|
|
"msweeney <matt.sweeney@yahoo.com>",
|
|
"jamesalley <manalagi001@yahoo.com>"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"browserslist": [
|
|
"last 2 versions",
|
|
"ie >= 10",
|
|
"iOS >= 12",
|
|
"Android >= 6"
|
|
],
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm test"
|
|
}
|
|
}
|
|
}
|