embark/test_apps/contracts_app/package.json

15 lines
263 B
JSON

{
"name": "test_app",
"version": "0.0.1",
"description": "",
"main": "Gruntfile.js",
"scripts": {
"embark": "node ../../bin/embark",
"test": "npm run embark test"
},
"author": "",
"license": "ISC",
"homepage": "",
"dependencies": {}
}