Skip to content

Instantly share code, notes, and snippets.

@abbood
Created May 28, 2014 03:22
Show Gist options
  • Save abbood/7e17e80a8c65b3b2ef37 to your computer and use it in GitHub Desktop.
Save abbood/7e17e80a8c65b3b2ef37 to your computer and use it in GitHub Desktop.
package.json
{
"author": "Your Name",
"name": "package-name",
"description": "Package description",
"version": "0.0.1",
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "node_modules/.bin/brunch watch --server",
"test": "node_modules/.bin/karma start test/karma.conf.js"
},
"dependencies": {
"jade": "~0.33",
"coffee-script": "~1.6",
"brunch": "~1.7",
"javascript-brunch": ">= 1.0 < 1.8",
"coffee-script-brunch": ">= 1.0 < 1.8",
"css-brunch": ">= 1.0 < 1.8",
"sass-brunch": "~1.7.0",
"less-brunch": ">= 1.0 < 1.8",
"stylus-brunch": ">= 1.0 < 1.8",
"auto-reload-brunch": ">= 1.0 < 1.8",
"uglify-js-brunch": ">= 1.0 < 1.8",
"clean-css-brunch": ">= 1.0 < 1.8",
"bower": "~1.0",
"jade-angularjs-brunch": "~0.0.5",
"karma": "~0.9.4",
"karma-coffee-preprocessor": "~0.0.2",
"karma-ng-scenario": "~0.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment