2015-05-24 12:58:17 +00:00
|
|
|
{
|
|
|
|
"name": "app_name",
|
2015-05-27 02:13:16 +00:00
|
|
|
"version": "0.0.1",
|
2015-05-24 12:58:17 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "Gruntfile.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"homepage": "",
|
|
|
|
"devDependencies": {
|
2017-01-13 12:46:36 +00:00
|
|
|
"embark": "^2.2.1",
|
2017-01-14 00:17:01 +00:00
|
|
|
"mocha": "^3.2.0"
|
2015-05-24 12:58:17 +00:00
|
|
|
}
|
|
|
|
}
|