Skip to content

Commit

Permalink
0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pgilad committed Jun 20, 2014
1 parent c3d6c39 commit c60eaa5
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"name": "gulp-todo",
"version": "0.3.2",
"description": "Generate a TODO.md file from comments of files in stream",
"license": "MIT",
"repository": "pgilad/gulp-todo",
"author": {
"name": "Gilad Peleg",
"email": "[email protected]"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha -R spec tests/*.js",
"watchTest": "mocha --watch -R spec tests/*.js"
},
"files": [
"index.js",
"lib"
],
"keywords": [
"gulpplugin",
"gulp",
"js",
"javascript",
"comments",
"todo",
"list",
"esprima",
"parse",
"esprima",
"ast",
"source",
"code"
],
"dependencies": {
"esprima": "^1.2.2",
"gulp-util": "~2.2.12",
"lodash.defaults": "^2.4.1",
"through2": "^0.5.1"
},
"devDependencies": {
"gulp": "^3.6.2",
"mocha": "^1.19.0"
}
"name": "gulp-todo",
"version": "0.3.5",
"description": "Generate a TODO.md file from comments of files in stream",
"license": "MIT",
"repository": "pgilad/gulp-todo",
"author": {
"name": "Gilad Peleg",
"email": "[email protected]"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha -R spec tests/*.js",
"watchTest": "mocha --watch -R spec tests/*.js"
},
"files": [
"index.js",
"lib"
],
"keywords": [
"gulpplugin",
"gulp",
"js",
"javascript",
"comments",
"todo",
"list",
"esprima",
"parse",
"esprima",
"ast",
"source",
"code"
],
"dependencies": {
"esprima": "^1.2.2",
"gulp-util": "~2.2.12",
"lodash.defaults": "^2.4.1",
"through2": "^0.5.1"
},
"devDependencies": {
"gulp": "^3.6.2",
"mocha": "^1.19.0"
}
}

0 comments on commit c60eaa5

Please sign in to comment.