16 lines
244 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": "",
"scripts": {
"test": "embark test"
2015-05-24 08:58:17 -04:00
},
"author": "",
"license": "ISC",
"homepage": "",
"devDependencies": {
2017-06-29 07:42:53 -04:00
"embark": "^2.5.1",
2017-02-06 20:41:45 -05:00
"mocha": "^2.2.5"
2015-05-24 08:58:17 -04:00
}
}