2015-05-24 08:58:17 -04:00
|
|
|
{
|
|
|
|
"name": "app_name",
|
2015-05-26 22:13:16 -04:00
|
|
|
"version": "0.0.1",
|
2015-05-24 08:58:17 -04:00
|
|
|
"description": "",
|
|
|
|
"main": "Gruntfile.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"homepage": "",
|
|
|
|
"devDependencies": {
|
2015-06-27 22:20:07 -04:00
|
|
|
"embark-framework": "/Users/iurimatias/Projects/embark-framework",
|
2015-06-09 21:23:47 -04:00
|
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
|
|
"grunt-contrib-coffee": "^0.13.0",
|
|
|
|
"grunt-contrib-concat": "^0.5.1",
|
|
|
|
"grunt-contrib-copy": "^0.8.0",
|
|
|
|
"grunt-contrib-uglify": "^0.9.1",
|
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-cli": "^0.1.13",
|
2015-06-15 06:07:40 -04:00
|
|
|
"matchdep": "^0.3.0"
|
2015-05-24 08:58:17 -04:00
|
|
|
}
|
|
|
|
}
|