Files
alfresco-ng2-components/ng2-components/ng2-alfresco-documentslist/dist/node_modules/concurrently/package.json
Mario Romano 07807e7bc3 # add dist
2016-04-21 11:56:31 +01:00

106 lines
2.6 KiB
JSON

{
"_args": [
[
"concurrently@^2.0.0",
"/Users/mromano/dev/dev-platform-webcomponents/ng2-components/ng2-alfresco-documentslist"
]
],
"_from": "concurrently@>=2.0.0 <3.0.0",
"_id": "concurrently@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/concurrently",
"_nodeVersion": "4.0.0",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/concurrently-2.0.0.tgz_1455661050086_0.9889803037513047"
},
"_npmUser": {
"email": "kimmo.brunfeldt@gmail.com",
"name": "kimmobrunfeldt"
},
"_npmVersion": "2.14.2",
"_phantomChildren": {
"escape-string-regexp": "1.0.5"
},
"_requested": {
"name": "concurrently",
"raw": "concurrently@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/concurrently/-/concurrently-2.0.0.tgz",
"_shasum": "117788a9e994e40b92df7e302f5efc5a6c3e6ed8",
"_shrinkwrap": null,
"_spec": "concurrently@^2.0.0",
"_where": "/Users/mromano/dev/dev-platform-webcomponents/ng2-components/ng2-alfresco-documentslist",
"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": "3.1.0",
"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": "117788a9e994e40b92df7e302f5efc5a6c3e6ed8",
"tarball": "https://registry.npmjs.org/concurrently/-/concurrently-2.0.0.tgz"
},
"gitHead": "534ad6abec3564bc931227bf7a9d8658d3cd416b",
"homepage": "https://github.com/kimmobrunfeldt/concurrently",
"keywords": [
"bash",
"concurrent",
"parallel",
"concurrently",
"command",
"sh"
],
"license": "MIT",
"main": "src/main.js",
"maintainers": [
{
"email": "kimmo.brunfeldt@gmail.com",
"name": "kimmobrunfeldt"
}
],
"name": "concurrently",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/kimmobrunfeldt/concurrently.git"
},
"scripts": {
"test": "mocha"
},
"version": "2.0.0"
}