react-nav-bar
Version:
Simple yet very coustomizable navigation bar for react
93 lines (92 loc) • 3.22 kB
JSON
{
"name": "react-nav-bar",
"version": "0.6.5",
"description": "Simple yet very coustomizable navigation bar for react",
"main": "./lib/index.js",
"scripts": {
"build:lib": "babel src --out-dir lib",
"build": "npm run build:lib && node ./prepublish",
"clean": "rimraf lib dist coverage",
"lint": "eslint src test",
"prepublish": "npm run clean && npm run build",
"test": "mocha --compilers js:babel-register --recursive --require ./test/setup.js",
"test:watch": "npm test -- --watch",
"test:cov": "babel-node ./node_modules/isparta/bin/isparta cover ./node_modules/mocha/bin/_mocha -- --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/yanivkalfa/react-nav-bar.git"
},
"files": [
"lib",
"src",
"themes"
],
"keywords": [
"react",
"nav",
"navigation",
"bar"
],
"author": "Yaniv Kalfa <netameta1@yahoo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yanivkalfa/react-nav-bar/issues"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-eslint": "^5.0.0-beta9",
"babel-plugin-check-es2015-constants": "^6.3.13",
"babel-plugin-syntax-jsx": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.2.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
"babel-plugin-transform-es2015-block-scoping": "^6.3.13",
"babel-plugin-transform-es2015-classes": "^6.3.13",
"babel-plugin-transform-es2015-computed-properties": "^6.3.13",
"babel-plugin-transform-es2015-destructuring": "^6.3.13",
"babel-plugin-transform-es2015-for-of": "^6.3.13",
"babel-plugin-transform-es2015-function-name": "^6.3.13",
"babel-plugin-transform-es2015-literals": "^6.3.13",
"babel-plugin-transform-es2015-modules-commonjs": "^6.3.13",
"babel-plugin-transform-es2015-object-super": "^6.3.13",
"babel-plugin-transform-es2015-parameters": "^6.3.13",
"babel-plugin-transform-es2015-shorthand-properties": "^6.3.13",
"babel-plugin-transform-es2015-spread": "^6.3.13",
"babel-plugin-transform-es2015-sticky-regex": "^6.3.13",
"babel-plugin-transform-es2015-template-literals": "^6.3.13",
"babel-plugin-transform-es2015-unicode-regex": "^6.3.13",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-plugin-transform-react-display-name": "^6.4.0",
"babel-plugin-transform-react-jsx": "^6.4.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.3.13",
"cross-env": "^1.0.7",
"es3ify": "^0.2.0",
"eslint": "^1.7.1",
"eslint-config-rackt": "1.1.0",
"eslint-plugin-react": "^3.6.3",
"expect": "^1.8.0",
"glob": "^6.0.4",
"isparta": "4.0.0",
"istanbul": "^0.3.17",
"mocha": "^2.2.5",
"rimraf": "^2.3.4",
"webpack": "^1.11.0"
},
"dependencies": {
"lodash": "^4.12.0",
"react": "^15.0.2",
"react-fontawesome": "^1.1.0",
"react-motion": "^0.4.4",
"react-router": "^2.4.0"
},
"browserify": {
"transform": [
"loose-envify"
]
}
}