Skip to content

Instantly share code, notes, and snippets.

@Chryus
Created December 23, 2016 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Chryus/f8c073b1968d45ec2afac70cc7b36a03 to your computer and use it in GitHub Desktop.
Save Chryus/f8c073b1968d45ec2afac70cc7b36a03 to your computer and use it in GitHub Desktop.
example package.json for use with browserify-rails gem
{
"name": "something",
"dependencies" : {
"browserify": "~10.2.4",
"browserify-incremental": "^3.0.1"
},
"license": "MIT",
"engines": {
"node": ">= 0.10"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment