Skip to content

Instantly share code, notes, and snippets.

@dayhaysoos
Created August 28, 2015 17:19
Show Gist options
  • Save dayhaysoos/c8b8f132f667bf35b08f to your computer and use it in GitHub Desktop.
Save dayhaysoos/c8b8f132f667bf35b08f to your computer and use it in GitHub Desktop.
package.json for angular
{
"name": "js",
"version": "1.0.0",
"description": "",
"main": "fizzbuzz.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babelify": "^6.0.2",
"browser-sync": "^2.6.5",
"browserify": "^9.0.8",
"browserify-shim": "^3.8.6",
"bootstrap": "3.3.4",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.10.0",
"jshint-stylish": "^1.0.1",
"lodash": "^3.7.0",
"run-sequence": "^1.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"angular": "global:angular"
},
"dependencies": {
"angular": "^1.3.15",
"angular-motion": "^0.4.2",
"angular-strap": "^2.2.4",
"angularfire": "^1.1.1",
"firebase": "^2.2.5",
"gulp-concat": "^2.5.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment