ribcage-preview
Version:
Run a preview server for a ribcage component
47 lines (46 loc) • 985 B
JSON
{
"name": "ribcage-preview",
"version": "3.12.0",
"description": "Run a preview server for a ribcage component",
"main": "index.js",
"bin": {
"ribcage-preview": "./bin/cli.js"
},
"dependencies": {
"atomify": "^7.2.0",
"babel": "^5.5.6",
"babel-runtime": "^5.5.6",
"chalk": "^1.0.0",
"lodash": "^3.9.3",
"react-a11y": "^0.2.5",
"resrcify": "^1.1.3",
"yargs": "^3.10.0"
},
"devDependencies": {
"eslint": "^0.21.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Techwraith/ribcage-preview.git"
},
"keywords": [
"atomify",
"reload",
"dev",
"es6",
"react",
"jsx",
"livereload",
"css",
"less"
],
"author": "techwraith",
"license": "MIT",
"bugs": {
"url": "https://github.com/Techwraith/ribcage-preview/issues"
},
"homepage": "https://github.com/Techwraith/ribcage-preview"
}