embark/boilerplate/package.json

17 lines
339 B
JSON
Raw Normal View History

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": {
2016-10-02 19:13:46 -04:00
"embark-framework": "iurimatias/embark-framework#embark2",
2016-08-13 11:58:03 -04:00
"mocha": "^2.2.5"
2015-05-24 08:58:17 -04:00
}
}