Skip to content

Instantly share code, notes, and snippets.

@brendalong
Created February 7, 2017 15:27
Show Gist options
  • Save brendalong/de3c487612a04d405f3fb14d4170ae64 to your computer and use it in GitHub Desktop.
Save brendalong/de3c487612a04d405f3fb14d4170ae64 to your computer and use it in GitHub Desktop.
browserify package
{
"name": "lib",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"bootstrap": "^3.3.7",
"browserify": "^14.0.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"jquery": "^3.1.1",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"matchdep": "^1.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment