2013-05-09 21:56:32 +00:00
|
|
|
{
|
2015-03-04 22:55:49 +00:00
|
|
|
"name": "purecss",
|
2021-04-28 16:42:00 +00:00
|
|
|
"version": "2.0.6",
|
2015-03-04 22:55:49 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-01-19 03:41:39 +00:00
|
|
|
"url": "git://github.com/pure-css/pure.git"
|
2015-03-04 22:55:49 +00:00
|
|
|
},
|
2013-09-26 15:18:47 +00:00
|
|
|
"scripts": {
|
2020-05-16 18:09:14 +00:00
|
|
|
"lint": "eslint . --ext .js",
|
2020-05-11 18:07:11 +00:00
|
|
|
"prepare": "grunt release",
|
2022-03-14 22:44:15 +00:00
|
|
|
"start": "cd site && npm install && npm run start",
|
2021-07-04 16:45:41 +00:00
|
|
|
"test": "grunt test && tap test/*.js --no-coverage"
|
2013-09-26 15:18:47 +00:00
|
|
|
},
|
2021-04-28 16:42:00 +00:00
|
|
|
"files": [
|
|
|
|
"build/"
|
|
|
|
],
|
2013-05-09 21:56:32 +00:00
|
|
|
"devDependencies": {
|
2022-03-14 19:46:54 +00:00
|
|
|
"@lodder/grunt-postcss": "^3.1.1",
|
|
|
|
"autoprefixer": "^10.4.2",
|
2021-10-11 12:35:09 +00:00
|
|
|
"eslint": "^8.0.0",
|
2021-01-20 00:55:08 +00:00
|
|
|
"eslint-plugin-react": "^7.22.0",
|
|
|
|
"grunt": "^1.3.0",
|
2016-11-22 21:37:23 +00:00
|
|
|
"grunt-cli": "^1.2.0",
|
2019-07-15 16:10:51 +00:00
|
|
|
"grunt-contrib-clean": "^2.0.0",
|
2021-01-20 00:55:08 +00:00
|
|
|
"grunt-contrib-compress": "^2.0.0",
|
2021-10-08 12:50:59 +00:00
|
|
|
"grunt-contrib-concat": "^2.0.0",
|
2016-11-22 21:37:23 +00:00
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
|
|
"grunt-contrib-csslint": "^2.0.0",
|
2021-03-30 16:22:32 +00:00
|
|
|
"grunt-contrib-cssmin": "^4.0.0",
|
2016-11-22 21:37:23 +00:00
|
|
|
"grunt-contrib-watch": "^1.0.0",
|
2014-07-10 22:27:18 +00:00
|
|
|
"grunt-css-selectors": "^1.1.0",
|
2020-05-05 15:15:25 +00:00
|
|
|
"grunt-pure-grids": "^2.0.0",
|
2021-07-01 16:52:10 +00:00
|
|
|
"husky": "^7.0.0",
|
2020-05-05 15:15:25 +00:00
|
|
|
"normalize.css": "^8.0.1",
|
2022-03-14 19:46:54 +00:00
|
|
|
"postcss": "^8.4.8",
|
2022-03-07 14:06:00 +00:00
|
|
|
"tap": "^16.0.0"
|
2015-03-04 22:55:49 +00:00
|
|
|
},
|
|
|
|
"description": "Pure is a ridiculously tiny CSS library you can use to start any web project.",
|
|
|
|
"bugs": {
|
2018-01-19 03:41:39 +00:00
|
|
|
"url": "https://github.com/pure-css/pure/issues"
|
2015-03-04 22:55:49 +00:00
|
|
|
},
|
2019-06-05 13:18:14 +00:00
|
|
|
"homepage": "https://purecss.io",
|
2016-12-20 06:49:35 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"browser": "build/pure-min.css",
|
2017-10-31 15:13:47 +00:00
|
|
|
"style": "build/pure.css",
|
2015-03-04 22:55:49 +00:00
|
|
|
"keywords": [
|
|
|
|
"pure",
|
|
|
|
"css",
|
|
|
|
"purecss",
|
|
|
|
"yahoo"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
"ericf <edf@ericf.me>",
|
|
|
|
"tilomitra <tilomitra@gmail.com>",
|
2015-03-04 23:41:13 +00:00
|
|
|
"msweeney <matt.sweeney@yahoo.com>",
|
2015-03-04 22:55:49 +00:00
|
|
|
"jamesalley <manalagi001@yahoo.com>"
|
|
|
|
],
|
2020-11-24 04:14:58 +00:00
|
|
|
"license": "BSD-3-Clause",
|
2020-05-11 17:58:14 +00:00
|
|
|
"browserslist": [
|
|
|
|
"last 2 versions",
|
|
|
|
"ie >= 10",
|
|
|
|
"iOS >= 12",
|
|
|
|
"Android >= 6"
|
2020-05-16 18:09:14 +00:00
|
|
|
],
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "npm test"
|
|
|
|
}
|
|
|
|
}
|
2013-05-09 21:56:32 +00:00
|
|
|
}
|