react-bookmark
Version:
My primo module
68 lines (67 loc) • 1.43 kB
JSON
{
"name": "react-bookmark",
"version": "0.8.2",
"description": "My primo module",
"license": "MIT",
"repository": "jxom/react-bookmark",
"author": {
"name": "jxom",
"email": "jakemoxey@gmail.com",
"url": "jxom.io"
},
"main": "lib/index.js",
"scripts": {
"test": "xo",
"build": "rimraf lib && npm run test && babel -d lib/ src/",
"prepublish": "npm run build"
},
"xo": {
"extends": "xo-react",
"parser": "babel-eslint",
"space": true,
"rules": {
"object-curly-spacing": [
"error",
"always"
],
"react/react-in-jsx-scope": 0,
"react/no-danger": 0,
"react/forbid-component-props": 0
},
"globals": [
"window",
"navigator"
]
},
"engines": {
"node": ">=4"
},
"files": [
"lib/index.js",
"lib/images.js"
],
"keywords": [
""
],
"peerDependencies": {
"react": ">=15.0.0",
"react-dom": ">=15.0.0",
"styled-components": ">=1.0.0"
},
"dependencies": {
"platform": "^1.3.4",
"prop-types": "^15.5.10"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"eslint-config-xo-react": "^0.11.1",
"eslint-plugin-react": "^6.10.3",
"rimraf": "^2.6.1",
"xo": "^0.17.0"
}
}