Skip to content

Instantly share code, notes, and snippets.

View Trevald's full-sized avatar

Benjamin Holfve Trevald

View GitHub Profile
@Granze
Granze / package.json
Created November 26, 2013 17:51
Basic package.json template
{
"name": "appName",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.2",
"load-grunt-tasks": "~0.2.0"
}
}