@nativeloop/template-default
Version:
Default template for {nativeloop} mobile apps
38 lines (37 loc) • 1.06 kB
JSON
{
"name": "@nativeloop/template-default",
"version": "0.0.1",
"description": "Default template for {nativeloop} mobile apps",
"author": {
"name": "Brenton House",
"email": "brenton.house@gmail.com",
"url": "https://github.com/brentonhouse"
},
"homepage": "git://github.com/nativeloop/template-default",
"repository": {
"type": "git",
"url": "git://github.com/nativeloop/template-default.git"
},
"bugs": {
"url": "https://github.com/nativeloop/template-default/issues",
"email": "support@nativeloop.com"
},
"scripts": {
"add": "git add -A",
"preadd-version": "npm run add",
"add-version": "node npm-scripts/version",
"push": "npm run commit --",
"commit": "npm run add-version --",
"postpush": "git push && git push --tags",
"test": "clear && tn iphone-6s --log-level trace --liveview",
"build": "clear && alloy compile --platform ios"
},
"devDependencies": {
"lodash": "^4.17.2",
"semver": "^5.3.0"
},
"keywords": [
"nativeloop"
],
"license": "MIT"
}