Skip to content

Instantly share code, notes, and snippets.

@gideonheilbron
Last active August 29, 2015 14:03
Show Gist options
  • Save gideonheilbron/6ad3d16a2706d8c227ce to your computer and use it in GitHub Desktop.
Save gideonheilbron/6ad3d16a2706d8c227ce to your computer and use it in GitHub Desktop.
Basic package.json (work in progress)
{
"title": "Project name",
"name": "project-name",
"version": "0.1.0",
"private": true,
"author": {
"name": "Author name",
"email": "author@name.email"
},
"devDependencies": {
"coffee-script": "^1.6.3",
"grunt": "~0.4.5",
"grunt-bower-concat": "^0.3.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compass": "^0.8.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.3.3",
"grunt-contrib-sass": "^0.7.3",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"matchdep": "^0.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment