Initial commit

This commit is contained in:
Rikard Bartholf
2017-05-09 12:18:29 +02:00
commit c73e1ed9b4
29 changed files with 1481 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
{
"name": "Croppy",
"version": "0.0.1",
"description": "Croppy",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git@bitbucket.org:rikbar/croppy.git"
},
"devDependencies": {
"browserify": "^13.1.1",
"del": "^2.2.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.0",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^4.0.0",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-less": "^3.0.3",
"gulp-pxtorem": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.9.1",
"gulp-strip-comments": "^2.4.3",
"gulp-uglify": "^2.0.0",
"gulp-uglifycss": "^1.0.6",
"gulp-watch": "^4.3.11",
"gulp-wrap": "^0.13.0",
"handlebars": "^4.0.6",
"jshint": "^2.9.4",
"gulp-wrap": "^0.13.0",
"handlebars": "^4.0.6",
"jshint-stylish": "^2.2.1",
"merge-stream": "^1.0.1",
"mkdirp": "^0.5.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}