mirror of https://github.com/embarklabs/embark.git
20 lines
410 B
JSON
20 lines
410 B
JSON
{
|
|
"name": "test_app",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "Gruntfile.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"homepage": "",
|
|
"devDependencies": {},
|
|
"dependencies": {
|
|
"bootstrap": "^3.3.6",
|
|
"embark-babel": "^1.0.0",
|
|
"embark-service": "./extensions/embark-service",
|
|
"jquery": "^1.11.3"
|
|
}
|
|
}
|