embark/demo/package.json

17 lines
300 B
JSON
Raw Normal View History

{
"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": {
2017-03-07 11:39:56 +00:00
"embark": "^2.4.0",
2017-02-06 11:42:58 +00:00
"mocha": "^2.2.5"
}
}