twreporter-react
Version:
React-Redux site for The Reporter Foundation in Taiwan
98 lines (97 loc) • 2.27 kB
JSON
{
"_args": [
[
"concurrently@^0.1.1",
"/Users/nick/codes/twreporter-react"
]
],
"_from": "concurrently@>=0.1.1 <0.2.0",
"_id": "concurrently@0.1.1",
"_inCache": true,
"_installable": true,
"_location": "/concurrently",
"_npmUser": {
"email": "kimmo.brunfeldt@gmail.com",
"name": "kimmobrunfeldt"
},
"_npmVersion": "1.4.9",
"_phantomChildren": {
"escape-string-regexp": "1.0.5"
},
"_requested": {
"name": "concurrently",
"raw": "concurrently@^0.1.1",
"rawSpec": "^0.1.1",
"scope": null,
"spec": ">=0.1.1 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/concurrently/-/concurrently-0.1.1.tgz",
"_shasum": "0cf319104c6421c49485d42293c1f89cb22eae73",
"_shrinkwrap": null,
"_spec": "concurrently@^0.1.1",
"_where": "/Users/nick/codes/twreporter-react",
"author": {
"name": "Kimmo Brunfeldt"
},
"bin": {
"concurrent": "./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",
"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": "0cf319104c6421c49485d42293c1f89cb22eae73",
"tarball": "http://registry.npmjs.org/concurrently/-/concurrently-0.1.1.tgz"
},
"homepage": "https://github.com/kimmobrunfeldt/concurrently",
"keywords": [
"bash",
"command",
"concurrent",
"concurrently",
"parallel",
"sh"
],
"license": "MIT",
"main": "src/main.js",
"maintainers": [
{
"name": "kimmobrunfeldt",
"email": "kimmo.brunfeldt@gmail.com"
}
],
"name": "concurrently",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/kimmobrunfeldt/concurrently.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.1"
}