embark/boilerplate/package.json

16 lines
244 B
JSON
Raw Normal View History

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": "",
"scripts": {
"test": "embark test"
2015-05-24 12:58:17 +00:00
},
"author": "",
"license": "ISC",
"homepage": "",
"devDependencies": {
2017-03-07 11:39:56 +00:00
"embark": "^2.4.0",
2017-02-07 01:41:45 +00:00
"mocha": "^2.2.5"
2015-05-24 12:58:17 +00:00
}
}