2013-05-09 21:56:32 +00:00
|
|
|
{
|
2015-03-04 22:55:49 +00:00
|
|
|
"name": "purecss",
|
2017-06-05 15:00:01 +00:00
|
|
|
"version": "1.0.0",
|
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": {
|
2016-12-20 06:49:35 +00:00
|
|
|
"pretest": "grunt build",
|
|
|
|
"test": "grunt test && tap test/*.js",
|
2015-03-04 23:33:17 +00:00
|
|
|
"prepublish": "grunt release"
|
2013-09-26 15:18:47 +00:00
|
|
|
},
|
2015-03-05 00:05:57 +00:00
|
|
|
"files": "build/",
|
2013-05-09 21:56:32 +00:00
|
|
|
"devDependencies": {
|
2017-05-06 17:23:24 +00:00
|
|
|
"autoprefixer": "^7.0.0",
|
2017-09-15 20:24:24 +00:00
|
|
|
"bower": "^1.8.2",
|
2016-11-22 21:37:23 +00:00
|
|
|
"grunt": "^1.0.1",
|
|
|
|
"grunt-cli": "^1.2.0",
|
|
|
|
"grunt-contrib-clean": "^1.0.0",
|
2017-02-14 18:35:18 +00:00
|
|
|
"grunt-contrib-compress": "^1.4.0",
|
2016-11-22 21:37:23 +00:00
|
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
|
|
"grunt-contrib-csslint": "^2.0.0",
|
2017-02-14 18:35:33 +00:00
|
|
|
"grunt-contrib-cssmin": "^2.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",
|
2017-09-15 20:21:25 +00:00
|
|
|
"grunt-postcss": "^0.9.0",
|
2014-07-10 22:27:18 +00:00
|
|
|
"grunt-pure-grids": "^1.0.0",
|
2016-12-20 06:49:35 +00:00
|
|
|
"grunt-stripmq": "0.0.6",
|
2017-11-26 14:34:02 +00:00
|
|
|
"tap": "^11.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
|
|
|
},
|
2015-03-04 23:44:50 +00:00
|
|
|
"homepage": "http://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>"
|
|
|
|
],
|
|
|
|
"license": "BSD"
|
2013-05-09 21:56:32 +00:00
|
|
|
}
|