2016-07-03 20:54:55 -07:00
|
|
|
{
|
|
|
|
"name": "resume.php",
|
|
|
|
"author": "R. Eric Wheeler <sikofitt@gmail.com>",
|
|
|
|
"private": true,
|
|
|
|
"homepage": "https://code.reric.me",
|
2016-07-09 14:43:08 -07:00
|
|
|
"dependencies": {
|
2016-07-03 20:54:55 -07:00
|
|
|
"grunt": "^1.0.1",
|
2016-07-03 22:17:58 -07:00
|
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
2016-07-03 20:54:55 -07:00
|
|
|
"grunt-contrib-less": "^1.3.0",
|
2016-07-09 21:37:39 -07:00
|
|
|
"grunt-contrib-uglify": "^1.0.1",
|
2016-07-03 20:54:55 -07:00
|
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
|
|
"grunt-phpunit": "^0.3.6",
|
|
|
|
"less-plugin-autoprefix": "^1.5.1",
|
|
|
|
"main-bower-files": "^2.13.1"
|
2016-07-09 14:43:08 -07:00
|
|
|
},
|
2016-07-09 14:49:06 -07:00
|
|
|
"scripts": {
|
|
|
|
"postinstall": "npm install -g grunt; npm install -g bower; .heroku/node/bin/bower install; .heroku/node/bin/grunt; .heroku/node/bin/grunt copy"
|
|
|
|
}
|
2016-07-03 20:54:55 -07:00
|
|
|
}
|