mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-09 05:32:42 +00:00
15 lines
263 B
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": {}
|
|
}
|