Skip to content

Instantly share code, notes, and snippets.

@matthamil
Created August 19, 2016 19:00
Show Gist options
  • Save matthamil/c9c832bd045b1d5999460388edd1d873 to your computer and use it in GitHub Desktop.
Save matthamil/c9c832bd045b1d5999460388edd1d873 to your computer and use it in GitHub Desktop.
{
"name": "template",
"version": "1.0.0",
"description": "boilerplate repo for new projects",
"main": "index.js",
"scripts": {
"deploy": "gh-pages -d src",
"start": "http-server src",
"test": "open http://localhost:8080/bower_components/test.html"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browserify": "^13.1.0",
"gh-pages": "^0.11.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-htmlhint": "^0.9.13",
"grunt-jsonlint": "^1.1.0",
"grunt-stylelint": "^0.6.0",
"http-server": "^0.9.0"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/nss-day-cohort-15/awesome-checkers.git"
},
"bugs": {
"url": "https://github.com/nss-day-cohort-15/awesome-checkers/issues"
},
"homepage": "https://github.com/nss-day-cohort-15/awesome-checkers#readme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment