Bones/node_modules/concurrently/package.json

103 lines
2.5 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"concurrently@^2.0.0",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton"
]
],
"_from": "concurrently@>=2.0.0-0 <3.0.0-0",
"_id": "concurrently@2.2.0",
"_inCache": true,
"_location": "/concurrently",
"_nodeVersion": "6.1.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/concurrently-2.2.0.tgz_1467712409992_0.07769871852360666"
},
"_npmUser": {
"email": "kimmo.brunfeldt@gmail.com",
"name": "kimmobrunfeldt"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"name": "concurrently",
"raw": "concurrently@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0-0 <3.0.0-0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/concurrently/-/concurrently-2.2.0.tgz",
"_shasum": "bad248e0bb129fb1621768903a6311d45d56895a",
"_shrinkwrap": null,
"_spec": "concurrently@^2.0.0",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton",
"author": {
"name": "Kimmo Brunfeldt"
},
"bin": {
"concurrent": "./src/main.js",
"concurrently": "./src/main.js"
},
"bugs": {
"url": "https://github.com/kimmobrunfeldt/concurrently/issues"
},
"dependencies": {
"bluebird": "2.9.6",
"chalk": "0.5.1",
"commander": "2.6.0",
"cross-spawn": "^0.2.9",
"lodash": "^4.5.1",
"moment": "^2.11.2",
"rx": "2.3.24"
},
"description": "Run commands concurrently",
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.1.0",
"mustache": "^1.0.0",
"semver": "^4.2.0",
"shell-quote": "^1.4.3",
"shelljs": "^0.3.0",
"string": "^3.0.0"
},
"directories": {},
"dist": {
"shasum": "bad248e0bb129fb1621768903a6311d45d56895a",
"tarball": "https://registry.npmjs.org/concurrently/-/concurrently-2.2.0.tgz"
},
"gitHead": "497a6c35a19df981ba67430feb7f8612ab0bfd29",
"homepage": "https://github.com/kimmobrunfeldt/concurrently",
"installable": true,
"keywords": [
"bash",
"command",
"concurrent",
"concurrently",
"parallel",
"sh"
],
"license": "MIT",
"main": "src/main.js",
"maintainers": [
{
"name": "kimmobrunfeldt",
"email": "kimmo.brunfeldt@gmail.com"
}
],
"name": "concurrently",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/kimmobrunfeldt/concurrently.git"
},
"scripts": {
"test": "mocha"
},
"version": "2.2.0"
}