Skip to content

Instantly share code, notes, and snippets.

@bastsoft
Created November 22, 2013 11:47
Show Gist options
  • Save bastsoft/7598664 to your computer and use it in GitHub Desktop.
Save bastsoft/7598664 to your computer and use it in GitHub Desktop.
{
"name": "name",
"preferGlobal": false,
"version": "0.0.1",
"author": "author",
"description": "description",
"scripts": {
"postinstall": "grunt postinstall"
},
"dependencies": {
"requirejs": "latest",
"connect": "latest",
"grunt": "~0.4.1"
},
"devDependencies": {
"mocha": "latest",
"chai": "latest",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-watch": "~0.5.1",
"grunt-exec": "~0.4.2",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-yuidoc": "~0.5.0",
"grunt-contrib-t34": "latest"
},
"engines": {
"node": ">=0.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment