dbe615f12d
Now we no longer have to request dependency files separately, speeding up load times as well as resolving the “undefined Hogan” error as reported in the linked issue.
28 lines
671 B
JSON
28 lines
671 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-autoprefixer": "0.2.x",
|
|
"grunt-contrib-clean": "0.5.x",
|
|
"grunt-contrib-concat": "^0.5.1",
|
|
"grunt-contrib-copy": "0.4.x",
|
|
"grunt-contrib-cssmin": "0.6.x",
|
|
"grunt-contrib-jshint": "0.8.0",
|
|
"grunt-contrib-less": "0.11.0",
|
|
"grunt-exec": "~0.4.5",
|
|
"grunt-jscs": "1.5.x",
|
|
"jest-cli": "0.1.x",
|
|
"jquery": "~2.1.1"
|
|
}
|
|
}
|