@aplus/bundle
Version:
Alloy+ Bundle of Goodies (alloy+ core and assortment of plugins)
51 lines (50 loc) • 1.28 kB
JSON
{
"name": "@aplus/bundle",
"version": "0.0.5-beta.6",
"description": "Alloy+ Bundle of Goodies (alloy+ core and assortment of plugins)",
"keywords": [
"Appcelerator",
"Alloy",
"MobileHero",
"Alloy+",
"aplus"
],
"homepage": "git://github.com/mobilehero/aplus-bundle",
"bugs": {
"url": "https://github.com/mobilehero/aplus-bundle/issues",
"email": "info@mobilehero.me"
},
"license": "MIT",
"author": {
"name": "Brenton House",
"email": "brenton.house@gmail.com",
"url": "https://github.com/brentonhouse"
},
"scripts": {
"add": "git add -A",
"preadd-version": "npm run add",
"add-version": "node scripts/version",
"push": "npm run commit --",
"commit": "npm run add-version --",
"postpush": "git push && git push --tags",
"autopull": "node scripts/autopull"
},
"repository": {
"type": "git",
"url": "git://github.com/mobilehero/aplus-bundle.git"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"@aplus/babel": "0.0.5-beta.7",
"@aplus/core": "0.0.5-beta.5",
"@aplus/node": "0.0.5-beta.6",
"@aplus/npm": "0.0.5-beta.6",
"@aplus/underscore": "0.0.5-beta.7",
"@aplus/es6": "0.0.5-beta.1"
},
"devDependencies": {
"semver": "^5.1.0"
}
}