Skip to content

Instantly share code, notes, and snippets.

@IOZ
Created December 12, 2013 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IOZ/7928577 to your computer and use it in GitHub Desktop.
Save IOZ/7928577 to your computer and use it in GitHub Desktop.
{
"name": "terminal-ukraine",
"version": "1.0.0",
"description": "project description",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-qunit": "~0.1.1",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-replace": "~0.4.0",
"grunt-autoprefixer" : "~0.4.0",
"grunt-contrib-csslint" : "~0.2.0",
"grunt-contrib-imagemin": "~0.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/h5bp/html5-boilerplate.git"
},
"author": "Igor Zymnickyi",
"license": "MIT",
"bugs": {
"url": "https://github.com/h5bp/html5-boilerplate/issues"
},
"homepage": "https://github.com/h5bp/html5-boilerplate"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment