afch-zhwp/package.json
theopolisme b0ad8a24b6 v0.8
2014-05-18 19:29:32 -05:00

27 lines
641 B
JSON

{
"name": "afch-rewrite",
"version": "0.8.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"
}
}