2013-05-09 17:56:32 -04:00
|
|
|
{
|
2013-05-16 13:01:32 -04:00
|
|
|
"name": "pure",
|
2014-05-27 14:17:03 -07:00
|
|
|
"version": "0.5.0",
|
2013-05-09 17:56:32 -04:00
|
|
|
"private": true,
|
2013-06-05 09:25:13 -04:00
|
|
|
"repository": "git://github.com/yui/pure.git",
|
2013-09-26 17:18:47 +02:00
|
|
|
"scripts": {
|
2013-09-27 18:48:17 +02:00
|
|
|
"test": "grunt test"
|
2013-09-26 17:18:47 +02:00
|
|
|
},
|
2013-05-09 17:56:32 -04:00
|
|
|
"devDependencies": {
|
2013-09-03 11:24:23 -04:00
|
|
|
"bower": "~1.2.5",
|
2013-05-09 17:56:32 -04:00
|
|
|
"grunt": "~0.4.1",
|
2013-11-24 18:40:32 -05:00
|
|
|
"grunt-cli": "~0.1.9",
|
2014-02-06 17:22:17 -05:00
|
|
|
"grunt-contrib-cssmin": "~0.6.0",
|
2013-08-07 18:56:31 -04:00
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
2014-01-03 12:57:54 -05:00
|
|
|
"grunt-contrib-copy": "~0.5.0",
|
2013-05-14 15:58:25 -04:00
|
|
|
"grunt-contrib-concat": "~0.3.0",
|
2014-02-06 00:11:51 -05:00
|
|
|
"grunt-contrib-compress": "~0.6.0",
|
2014-01-03 12:57:54 -05:00
|
|
|
"grunt-contrib-csslint": "~0.2.0",
|
2013-09-03 11:24:23 -04:00
|
|
|
"grunt-contrib-watch": "~0.5.3",
|
2014-01-03 12:57:54 -05:00
|
|
|
"grunt-css-selectors": "~1.0.0",
|
2014-03-07 13:14:37 -05:00
|
|
|
"grunt-pure-grids": "0.0.1",
|
|
|
|
"grunt-stripmq": "0.0.3"
|
2013-05-09 17:56:32 -04:00
|
|
|
}
|
|
|
|
}
|