mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 06:16:01 +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": {}
|
|
}
|