afch-zhwp/package.json
theopolisme ad5eaed0d4 v0.9
2014-11-08 11:41:02 -06:00

27 lines
641 B
JSON

{
"name": "afch-rewrite",
"version": "0.9.0",
"homepage": "https://github.com/WPAFC/afch-rewrite",
"repository": {
"type": "git",
"url": "git://github.com/WPAFC/afch-rewrite"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"grunt": "0.4.2",
"grunt-contrib-jshint": "0.8.0",
"grunt-jscs-checker": "0.4.0",
"grunt-contrib-less": "0.11.0",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-cssmin": "0.6.x",
"grunt-autoprefixer": "0.2.x",
"grunt-exec": "~0.4.5",
"jest-cli": "0.1.x",
"jquery": "~2.1.1"
}
}