create-js-app-scripts
Version:
Configuration and scripts for Create Js App.
101 lines (100 loc) • 2.69 kB
JSON
{
"_args": [
[
{
"raw": "react-blessed@0.1.7",
"scope": null,
"escapedName": "react-blessed",
"name": "react-blessed",
"rawSpec": "0.1.7",
"spec": "0.1.7",
"type": "version"
},
"/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.iVFP9X9X"
]
],
"_from": "react-blessed@0.1.7",
"_id": "react-blessed@0.1.7",
"_inCache": true,
"_installable": true,
"_location": "/react-blessed",
"_nodeVersion": "0.12.4",
"_npmUser": {
"name": "yomguithereal",
"email": "kropotkinepiotr@gmail.com"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"raw": "react-blessed@0.1.7",
"scope": null,
"escapedName": "react-blessed",
"name": "react-blessed",
"rawSpec": "0.1.7",
"spec": "0.1.7",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-blessed/-/react-blessed-0.1.7.tgz",
"_shasum": "1f50c6a9f9ac362b4e52fc258051c9393e5917a5",
"_shrinkwrap": null,
"_spec": "react-blessed@0.1.7",
"_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.iVFP9X9X",
"author": {
"name": "yomguithereal"
},
"bugs": {
"url": "https://github.com/yomguithereal/react-blessed/issues"
},
"dependencies": {
"invariant": "^2.1.0",
"lodash": "^3.6.0"
},
"description": "A react renderer for blessed.",
"devDependencies": {
"babel": "^5.8.3",
"blessed": "^0.1.14",
"mocha": "^2.0.1",
"react": "^0.14.0"
},
"directories": {},
"dist": {
"shasum": "1f50c6a9f9ac362b4e52fc258051c9393e5917a5",
"tarball": "https://registry.npmjs.org/react-blessed/-/react-blessed-0.1.7.tgz"
},
"gitHead": "001f859d0c13b28b2a48617ea6f115a439dc1ee4",
"homepage": "https://github.com/yomguithereal/react-blessed#readme",
"keywords": [
"blessed",
"react",
"renderer",
"cli",
"interface"
],
"license": "MIT",
"main": "./dist/render.js",
"maintainers": [
{
"name": "yomguithereal",
"email": "kropotkinepiotr@gmail.com"
}
],
"name": "react-blessed",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/yomguithereal/react-blessed.git"
},
"scripts": {
"animation": "babel-node ./examples/animation.jsx",
"build": "babel ./src --out-dir ./dist",
"dashboard": "babel-node ./examples/dashboard.jsx",
"demo": "babel-node ./examples/demo.jsx",
"prepublish": "npm run build",
"test": "mocha -R spec --compilers js:babel/register ./test/endpoint.js"
},
"version": "0.1.7"
}