Skip to content

Instantly share code, notes, and snippets.

@cmnstmntmn
Created August 6, 2015 18:58
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 cmnstmntmn/f844663f9daf83b92362 to your computer and use it in GitHub Desktop.
Save cmnstmntmn/f844663f9daf83b92362 to your computer and use it in GitHub Desktop.
How i’ve made an ad with HTML5, CSS3 & ZeptoJS
{
"name": "html5-ad",
"version": "1.0.0",
"description": "How i’ve made an ad with HTML5, CSS3 & ZeptoJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ad",
"html5",
"zepto",
"css3"
],
"author": "Constantin Angheloiu <constantin.angheloiu@gmail.com>",
"license": "ISC",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.11.2",
"gulp-plumber": "^1.0.1",
"gulp-ruby-sass": "^1.0.5",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.0.1",
"sprity": "^1.0.7",
"sprity-sass": "^1.0.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment