2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00
Files
bbob/packages/bbob-react/package.json
T
Nikolay Kostyurin ee3cff8409 Publish
- @bbob/cli@1.0.2
 - @bbob/core@1.0.2
 - @bbob/html@1.0.3
 - @bbob/parser@1.0.7
 - @bbob/preset-html5@1.0.2
 - @bbob/react@1.0.3
2018-07-08 15:57:39 +02:00

25 lines
563 B
JSON

{
"name": "@bbob/react",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "../../node_modules/.bin/jest --",
"cover": "../../node_modules/.bin/jest --coverage",
"lint": "../../node_modules/.bin/eslint ."
},
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@bbob/html": "^1.0.3",
"prop-types": "^15.6.1",
"react": "^15.6.2"
},
"peerDependencies": {
"react": "15.x"
}
}