Created
August 19, 2016 19:00
-
-
Save matthamil/c9c832bd045b1d5999460388edd1d873 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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