UNPKG

start-split

Version:
57 lines 1.33 kB
{ "name": "start-split", "version": "1.1.0", "description": "Input task splitter for Start", "keywords": [ "start", "start-task" ], "main": "dist/index.js", "homepage": "https://github.com/effervescentia/start-split", "repository": { "type": "git", "url": "https://github.com/effervescentia/start-split.git" }, "author": { "name": "Ben Teichman", "email": "ben.l.teichman@gmail.com", "url": "https://github.com/effervescentia" }, "bugs": { "url": "https://github.com/effervescentia/start-split/issues" }, "files": [ "dist/" ], "scripts": { "start": "start-runner -p re-start/presets/es6", "prepush": "yarn start prepush", "prepublish": "yarn start build" }, "release": { "verifyConditions": "condition-circle" }, "engines": { "node": ">=4" }, "license": "MIT", "devDependencies": { "babel-preset-latest": "^6.24.1", "chai": "^3.5.0", "eslint": "^3.19.0", "eslint-config-tough": "^0.4.0", "start-babel-cli": "^4.0.1", "tkstr-devtools": "^1.2.2" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "convert-source-map": "^1.5.0", "start": "^5.1.0", "start-concurrent": "^0.1.0", "start-input-connector": "^0.2.0" } }