react-lacona
Version:
React Component to provide a friendly interface for lacona
62 lines (61 loc) • 1.53 kB
JSON
{
"name": "react-lacona",
"version": "1.2.1",
"description": "React Component to provide a friendly interface for lacona",
"main": "lib/lacona.js",
"scripts": {
"pretest": "babel test --out-dir tmp",
"test": "mocha tmp",
"prepublish": "npm run build",
"build": "babel src --out-dir lib",
"validate": "npm run build && npm run test",
"build:demo": "mkdir -p demo/build && browserify demo/script.js -t babelify -o demo/build/script.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lacona/react-lacona.git"
},
"keywords": [
"react-component",
"lacona",
"react",
"display",
"command"
],
"author": "@brandonhorst",
"license": "MIT",
"bugs": {
"url": "https://github.com/lacona/react-lacona/issues"
},
"homepage": "https://github.com/lacona/react-lacona",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"chai": "^3.5.0",
"jsdom": "^9.9.1",
"lacona": "^0.39.0",
"lacona-phrase": "^0.9.1",
"lacona-utils": "1.0.0",
"mocha": "^3.2.0",
"normalize-css": "^2.3.1",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"colorize-lacona-argument": "^0.1.0",
"katex": "^0.6.0",
"lodash": "^4.17.2",
"react": "^15.4.1"
},
"babel": {
"presets": [
"es2015"
],
"plugins": [
"transform-react-jsx"
]
}
}