2014-08-19 03:36:43 +02:00
|
|
|
{
|
|
|
|
"name": "ProjectName",
|
|
|
|
"description": "Project description",
|
|
|
|
"version": "1.0.0",
|
2015-07-27 12:25:14 +02:00
|
|
|
"author": "Jan Jastrow",
|
|
|
|
"license": "MIT",
|
2015-07-27 10:00:09 +02:00
|
|
|
"homepage": "http://projecturl.skl",
|
2015-07-27 09:49:42 +02:00
|
|
|
"url" : "http://github.com/Gehirnfussel/project/",
|
2014-08-19 03:36:43 +02:00
|
|
|
"email" : "jan@schwerkraftlabor.de",
|
2015-07-27 12:25:14 +02:00
|
|
|
"scripts": {},
|
|
|
|
"main": "gulpfile.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://bitbucket.org/Gehirnfussel/project"
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"del": "^0.1.3",
|
|
|
|
"gulp": "^3.9",
|
|
|
|
"gulp-autoprefixer": "^2.3",
|
|
|
|
"gulp-cache": "^0.2.10",
|
|
|
|
"gulp-concat": "^2.6",
|
|
|
|
"gulp-cssmin": "^0.1.7",
|
|
|
|
"gulp-imagemin": "^2.3.0",
|
|
|
|
"gulp-jshint": "^1.11.2",
|
|
|
|
"gulp-livereload": "^3.8",
|
|
|
|
"gulp-minify-css": "^1.2",
|
|
|
|
"gulp-notify": "^2.2.0",
|
|
|
|
"gulp-plumber": "^1.0.1",
|
|
|
|
"gulp-rename": "^1.2.2",
|
|
|
|
"gulp-ruby-sass": "^1.0.5",
|
|
|
|
"gulp-sass": "^2.0.4",
|
|
|
|
"gulp-uglify": "^1.2",
|
|
|
|
"gulp-watch": "^4.3.4",
|
|
|
|
"imagemin-jpegtran": "^4.3.0",
|
|
|
|
"imagemin-pngcrush": "^4.1.0"
|
|
|
|
}
|
2014-08-19 03:36:43 +02:00
|
|
|
}
|