chronic
Version:
vinyl-task-transducers
66 lines (65 loc) • 1.42 kB
JSON
{
"name": "chronic",
"description": "vinyl-task-transducers",
"version": "0.5.0-beta.3",
"author": "RnbWd",
"bin": "./bin/chron",
"bugs": {
"url": "https://github.com/RnbWd/chronic/issues"
},
"dependencies": {
"byline": "4.2.1",
"chalk": "1.0.0",
"chokidar": "1.0.0",
"each-async": "1.1.1",
"end-of-stream": "1.1.0",
"format-text": "0.0.3",
"meow": "3.1.0",
"new-struct": "0.1.1",
"npm-execspawn": "1.2.0",
"pubsub": "1.0.2",
"pump": "1.0.0",
"right-pad": "0.0.0",
"through2": "1.1.1",
"vinyl-buffer": "1.0.0",
"vinyl-fs": "1.0.0",
"vinyl-source-stream": "1.1.0"
},
"devDependencies": {
"babel": "5.0.10",
"del": "1.1.1",
"fastparallel": "1.2.1",
"globby": "2.0.0",
"gulp-concat": "2.5.2",
"mocha": "2.2.4",
"parallel-loop": "0.0.3",
"steno": "0.3.2",
"vinyl": "0.4.6",
"vinyl-file": "1.1.1",
"vinyl-paths": "1.0.0"
},
"homepage": "https://github.com/RnbWd/chronic",
"keywords": [
"bud",
"chronic",
"fs",
"gulp",
"manager",
"streams",
"task",
"tasks",
"transducer",
"vinyl",
"vinyl-fs"
],
"license": "MIT",
"main": "index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": "RnbWd/chronic",
"scripts": {
"babel": "babel source --out-dir scripts",
"test": "mocha test.js"
}
}