pure/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2013-05-09 21:56:32 +00:00
{
"name": "purecss",
2015-02-23 23:48:47 +00:00
"version": "0.6.1-pre",
"repository": {
"type": "git",
"url": "git://github.com/yahoo/pure.git"
},
2013-09-26 15:18:47 +00:00
"scripts": {
2015-03-04 23:33:17 +00:00
"test": "grunt test",
"prepublish": "grunt release"
2013-09-26 15:18:47 +00:00
},
"files": "build/",
2013-05-09 21:56:32 +00:00
"devDependencies": {
"autoprefixer": "^6.3.1",
2014-07-10 22:27:18 +00:00
"bower": "^1.3.7",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-watch": "^1.0.0",
2014-07-10 22:27:18 +00:00
"grunt-css-selectors": "^1.1.0",
"grunt-postcss": "^0.7.1",
2014-07-10 22:27:18 +00:00
"grunt-pure-grids": "^1.0.0",
"grunt-stripmq": "0.0.6"
},
"description": "Pure is a ridiculously tiny CSS library you can use to start any web project.",
"bugs": {
"url": "https://github.com/yahoo/pure/issues"
},
2015-03-04 23:44:50 +00:00
"homepage": "http://purecss.io",
"main": "build/pure-min.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"
2013-05-09 21:56:32 +00:00
}