Skip to content

Commit

Permalink
Merge pull request #11 from Arjen-Smit/npm-transfer
Browse files Browse the repository at this point in the history
Make gulp-tasks npm loadable
  • Loading branch information
ahoek committed Mar 3, 2016
2 parents c6d7285 + f27f8e1 commit c34e691
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "gulp-tasks",
"version": "2.2.2",
"description": "A collection of tasks to load by gulp",
"main": "tasks/default.js",
"dependencies": {
"babel-polyfill": "^6.6.1",
"babel-preset-es2015": "^6.5.0",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-consolidate": "^0.2.0",
"gulp-iconfont": "^6.0.0",
"gulp-if": "^2.0.0",
"gulp-image-data-uri": "^1.2.1",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^0.10.0",
"gulp-more-css": "^1.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-simple-task-loader": "^1.0.38",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.4",
"lodash": "^4.6.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConnectHolland/gulp-tasks.git"
},
"author": "Arjen Smit",
"license": "MIT",
"bugs": {
"url": "https://github.com/ConnectHolland/gulp-tasks/issues"
},
"homepage": "https://github.com/ConnectHolland/gulp-tasks#readme"
}

0 comments on commit c34e691

Please sign in to comment.