Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed Jun 14, 2018
1 parent 5fadb80 commit 03cd06e
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,16 @@
"name": "gulp-order",
"description": "The gulp plugin `gulp-order` allows you to reorder a stream of files using the same syntax as of `gulp.src`.",
"version": "1.1.1",
"license": "MIT",
"main": "lib/index.js",
"homepage": "https://github.com/sirlantis/gulp-order#readme",
"bugs": "https://github.com/sirlantis/gulp-order/issues",
"repository": "https://github.com/sirlantis/gulp-order.git",
"author": {
"name": "Marcel Jackwerth",
"email": "marceljackwerth@gmail.com",
"url": "http://twitter.com/sirlantis"
},
"repository": {
"type": "git",
"url": "git://github.com/sirlantis/gulp-order.git"
},
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"prepublish": "coffee -o lib -c src/index.coffee"
},
"engines": {
"node": "*"
},
"license": "MIT",
"devDependencies": {
"chai": "~4.1.2",
"coffeescript": "~2.3.1",
Expand All @@ -31,12 +23,19 @@
"minimatch": "~3.0.4",
"stable": "~0.1.8"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"gulp",
"gulpplugin",
"minimatch",
"concat",
"order",
"pipe"
]
],
"scripts": {
"test": "mocha",
"prepublish": "coffee -o lib -c src/index.coffee"
}
}

0 comments on commit 03cd06e

Please sign in to comment.