Skip to content

Instantly share code, notes, and snippets.

@jm96441n
Created July 14, 2016 14:17
Show Gist options
  • Save jm96441n/f65861764b80279b02bb7b19f9afd0f1 to your computer and use it in GitHub Desktop.
Save jm96441n/f65861764b80279b02bb7b19f9afd0f1 to your computer and use it in GitHub Desktop.
{
"name": "green-foxes-todo",
"version": "1.0.0",
"description": "This is the reddit green foxes todo web project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "gulp",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johngarcia9110/green-foxes-todo.git"
},
"author": "the green foxes",
"license": "ISC",
"bugs": {
"url": "https://github.com/johngarcia9110/green-foxes-todo/issues"
},
"homepage": "https://github.com/johngarcia9110/green-foxes-todo#readme",
"devDependencies": {
"browserify": "^13.0.1",
"gulp": "^3.9.1",
"gulp-connect": "^4.1.0",
"gulp-ruby-sass": "^2.0.6",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"angular": "^1.5.7",
"foundation-sites": "^6.2.3",
"browserify": "^13.0.1",
"gulp": "^3.9.1",
"gulp-connect": "^4.1.0",
"gulp-ruby-sass": "^2.0.6",
"vinyl-source-stream": "^1.1.0"
},
"engine": {
"node": "6.2.2"
}
}
worker: gulp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment