Skip to content

Instantly share code, notes, and snippets.

@wtnabe
Last active January 1, 2016 01:05
Show Gist options
  • Save wtnabe/c78b38963fc0bcdf4aae to your computer and use it in GitHub Desktop.
Save wtnabe/c78b38963fc0bcdf4aae to your computer and use it in GitHub Desktop.
sample package.json for development google apps script with coffee-script, gas-manager and rajah ( jasmine runner )
{
"devDependencies": {
"gas-manager": "*",
"gas-console": "*",
"coffee-script": "*",
"rajah": "*"
},
"scripts": {
"init": "gas init",
"pull": "gas -c ./gas-config.json download",
"push": "gas -c ./gas-config.json upload",
"spec": "coffee --no-header -b -c -o spec spec/*.coffee && rajah spec/*.js --codegs -o spec.js"
}
}
Copy link

ghost commented Oct 25, 2015

response is to send an email notification to copyright@github.com. You may include an attachment if you like, but please also include a plain-text version of your letter in the body of your message. If you must send your notice by physical mail, you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment