Skip to content

Instantly share code, notes, and snippets.

@crofty
Created August 31, 2011 18:12
Show Gist options
  • Save crofty/1184254 to your computer and use it in GitHub Desktop.
Save crofty/1184254 to your computer and use it in GitHub Desktop.
{
"name": "orangetrack-js",
"bpm": "1.0.0",
"version": "0.0.1",
"dependencies": {
"spade": "~> 1.0",
"sensor-js-message-parsing": "~> 1.0"
},
"bpm:build": {
"bpm_libs.js": {
"directories": [
"lib","templates"
],
"minifier": "uglify-js"
},
"bpm_styles.css": {
"directories": [
"css"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment