Skip to content

Instantly share code, notes, and snippets.

@hisamekms
Created April 7, 2014 12:22
Show Gist options
  • Save hisamekms/10019271 to your computer and use it in GitHub Desktop.
Save hisamekms/10019271 to your computer and use it in GitHub Desktop.
Titanium Mobile, TiShadow, CoffeeScript
{
"name": "helloworld",
"version": "0.0.0",
"description": "Welcome to your Appcelerator Titanium Mobile Project",
"main": "Resources/app.js",
"scripts": {
"test": "tishadow spec"
},
"author": "Shinosuke Ooyama",
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-watch": "^0.6.1",
"grunt-tishadow": "^1.0.1",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jade": "^0.11.0",
"grunt-ltss": "^0.1.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment