pure/package.json

60 lines
1.5 KiB
JSON
Raw Normal View History

2013-05-09 21:56:32 +00:00
{
"name": "purecss",
2020-05-11 17:59:08 +00:00
"version": "2.0.3",
"repository": {
"type": "git",
"url": "git://github.com/pure-css/pure.git"
},
2013-09-26 15:18:47 +00:00
"scripts": {
2020-05-11 18:07:11 +00:00
"prepare": "grunt release",
2020-04-30 16:21:15 +00:00
"site:build": "npm run pretest && cd site && npm install && npm run build",
2020-04-30 16:18:00 +00:00
"site:start": "cd site && npm run start",
"test": "grunt test && tap test/*.js"
2013-09-26 15:18:47 +00:00
},
"files": "build/",
2013-05-09 21:56:32 +00:00
"devDependencies": {
"autoprefixer": "^9.6.1",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.4.3",
"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",
2014-07-10 22:27:18 +00:00
"grunt-css-selectors": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-pure-grids": "^2.0.0",
"normalize.css": "^8.0.1",
"tap": "^14.4.1"
},
"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"
},
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",
"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",
"browserslist": [
"last 2 versions",
"ie >= 10",
"iOS >= 12",
"Android >= 6"
]
2013-05-09 21:56:32 +00:00
}