mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 13:55:45 +00:00
16 lines
244 B
JSON
16 lines
244 B
JSON
{
|
|
"name": "%APP_NAME%",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "embark test"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"homepage": "",
|
|
"devDependencies": {
|
|
"embark": "^2.4.0",
|
|
"mocha": "^2.2.5"
|
|
}
|
|
}
|