raj-react
Version:
React bindings for Raj
56 lines (55 loc) • 1.3 kB
JSON
{
"name": "raj-react",
"description": "React bindings for Raj",
"version": "0.0.7",
"author": "Chris Andrejewski <christopher.andrejewski@gmail.com>",
"babel": {
"presets": [
"es2015",
"stage-3"
]
},
"bugs": {
"url": "https://github.com/andrejewski/raj-react/issues"
},
"dependencies": {
"raj": "1.0.0"
},
"devDependencies": {
"ava": "^0.25.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "^1.0.0",
"fixpack": "^2.3.1",
"prettier": "^1.13.5",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0",
"standard": "^11.0.1"
},
"files": [
"lib"
],
"homepage": "https://github.com/andrejewski/raj-react#readme",
"keywords": [
"bindings",
"integration",
"raj",
"react"
],
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/andrejewski/raj-react.git"
},
"scripts": {
"build": "babel src --out-dir lib",
"lint": "fixpack && prettier src/**/*.js --write && standard --fix",
"prepublishOnly": "npm run build",
"test": "npm run lint && ava"
}
}