Package.json to be used w/ grunt-livereload. Combines with https://gist.github.com/imjared/5535137
{ | |
"name": "name", | |
"version": "0.0.1", | |
"description": "name", | |
"main": "grunt.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"dependencies": { | |
"grunt": "~0.4.x", | |
"grunt-contrib-livereload": "0.1.2", | |
"grunt-contrib-connect": "0.2.0", | |
"grunt-contrib-concat": "0.1.3", | |
"grunt-contrib-uglify": "0.2.0", | |
"grunt-contrib-jshint": "0.3.0", | |
"grunt-contrib-compass": "0.1.3", | |
"grunt-contrib-watch": "0.3.1", | |
"grunt-contrib-jade": "0.5.0", | |
"grunt-regarde": "0.1.1", | |
"grunt-notify": "0.1.4" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git://github.com/yourplace/name.git" | |
}, | |
"author": "jared", | |
"license": "none", | |
"devDependencies": { | |
"grunt-contrib-jade": "~0.5.0", | |
"grunt-contrib-livereload": "~0.1.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment