gulp-dotdot
Version:
Gulp plugin for transforming foo..bar(...) notation to foo.bar.bind(foo, ...)
42 lines (41 loc) • 951 B
JSON
{
"name": "gulp-dotdot",
"version": "0.0.0",
"description": "Gulp plugin for transforming foo..bar(...) notation to foo.bar.bind(foo, ...)",
"main": "index.js",
"scripts": {
"test": "node node_modules/gt test/test.js --output"
},
"repository": {
"type": "git",
"url": "git://github.com/bahmutov/gulp-dotdot.git"
},
"keywords": [
"gulp",
"plugin",
"dotdot",
"bind",
"transform"
],
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahmutov/gulp-dotdot/issues"
},
"homepage": "https://github.com/bahmutov/gulp-dotdot",
"dependencies": {
"dotdot": "~0.1.2",
"gulp-util": "~2.2.12"
},
"devDependencies": {
"gulp": "~3.4.0",
"jshint-stylish": "~0.1.5",
"gulp-jshint": "~1.3.4",
"event-stream": "~3.1.0",
"gt": "~0.8.29",
"map-stream": "~0.1.0"
},
"engines": {
"node": ">= 0.10.0"
}
}