alloy-plus
Version:
Mobile framework for building upon Appcelerator Alloy projects
46 lines (45 loc) • 1.06 kB
JSON
{
"name": "alloy-plus",
"version": "0.0.3-beta.1",
"description": "Mobile framework for building upon Appcelerator Alloy projects",
"keywords": [
"Appcelerator",
"Alloy",
"MobileHero",
"Alloy+"
],
"homepage": "git://github.com/mobilehero/alloy-plus",
"bugs": {
"url": "https://github.com/mobilehero/alloy-plus/issues",
"email": "info@mobilehero.me"
},
"license": "MIT",
"author": {
"name": "MobileHero",
"email": "info@mobilehero.me",
"url": "https://github.com/mobilehero"
},
"main": "./alloy-plus.js",
"scripts": {
"add": "git add -A",
"add-version": "npm run add && node scripts/version",
"push": "npm run add-version --",
"postpush": "git push",
"autopull": "node scripts/autopull"
},
"repository": {
"type": "git",
"url": "git://github.com/mobilehero/alloy-plus.git"
},
"devDependencies": {
"semver": "^5.1.0"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"lodash": "^4.13.1",
"resolve": "^1.1.7",
"tiapp-dir": "0.0.2"
}
}