Skip to content

Commit

Permalink
Merge pull request #22 from RallyApps/Add-rab-binary
Browse files Browse the repository at this point in the history
Adding rab shortcut for rally-app-builder
  • Loading branch information
ferentchak committed Jul 30, 2013
2 parents 42f0ccb + 869134e commit 1c0fabc
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 36 deletions.
4 changes: 0 additions & 4 deletions bin/rab

This file was deleted.

67 changes: 35 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,37 @@
{
"author": "Charles Ferentchak <[email protected]>",
"name": "rally-app-builder",
"description": "A node module that assists in the building of Rally Apps",
"version": "0.7.1",
"homepage": "https://github.com/rallyapps/rally-app-builder",
"repository": {
"type": "git",
"url": "git://github.com/rallyapps/rally-app-builder.git"
},
"main": "index",
"engines": {
"node": ">0.8.12"
},
"dependencies": {
"underscore": "~1.3.1",
"coffee-script": "1.4.x",
"request": "~2.11.4",
"mustache": "0.7.x",
"commander": "0.6.x",
"fetch-github-repo": "0.1.x",
"async": "0.1.x",
"uglify-js": "~2.2.3",
"jshint": "~0.9.1"
},
"devDependencies": {
"mocha": "1.6.x",
"wrench": "1.3.x"
},
"scripts": {
"test": "mocha -t 20000 --compilers coffee:coffee-script"
},
"bin": "./bin/rally-app-builder"
"author":"Charles Ferentchak <[email protected]>",
"name":"rally-app-builder",
"description":"A node module that assists in the building of Rally Apps",
"version":"0.7.2",
"homepage":"https://github.com/rallyapps/rally-app-builder",
"repository":{
"type":"git",
"url":"git://github.com/rallyapps/rally-app-builder.git"
},
"main":"index",
"engines":{
"node":">0.8.12"
},
"dependencies":{
"underscore":"~1.3.1",
"coffee-script":"1.4.x",
"request":"~2.11.4",
"mustache":"0.7.x",
"commander":"0.6.x",
"fetch-github-repo":"0.1.x",
"async":"0.1.x",
"uglify-js":"~2.2.3",
"jshint":"~0.9.1"
},
"devDependencies":{
"mocha":"1.6.x",
"wrench":"1.3.x"
},
"scripts":{
"test":"mocha -t 20000 --compilers coffee:coffee-script"
},
"bin":{
"rally-app-builder":"./bin/rally-app-builder",
"rab":"./bin/rally-app-builder"
}
}

0 comments on commit 1c0fabc

Please sign in to comment.