17 lines
339 B
JSON
17 lines
339 B
JSON
{
|
|
"name": "app_name",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "Gruntfile.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"homepage": "",
|
|
"devDependencies": {
|
|
"embark-framework": "iurimatias/embark-framework#embark2",
|
|
"mocha": "^2.2.5"
|
|
}
|
|
}
|