Skip to content

Instantly share code, notes, and snippets.

@ezynda3
Last active January 1, 2016 01:48
Show Gist options
  • Save ezynda3/8074836 to your computer and use it in GitHub Desktop.
Save ezynda3/8074836 to your computer and use it in GitHub Desktop.
Starter package.json for Node.js
{
"name": "MyApp",
"version": "0.0.1",
"description": "Description and stuff",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/ezynda3/myapp.git"
},
"keywords": [
"Laravel"
],
"author": "Ed Zynda",
"license": "MIT",
"bugs": {
"url": "https://github.com/ezynda3/myapp/issues"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-less": "~0.8.3",
"grunt-contrib-uglify": "~0.2.7",
"grunt-phpunit": "~0.3.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "~0.4.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment