ih-black-lion
Version:
State handler for Arus projects
59 lines (58 loc) • 1.53 kB
JSON
{
"name": "ih-black-lion",
"version": "5.0.10",
"description": "State handler for Arus projects",
"main": "index.js",
"scripts": {
"test": "jest --config=./config.json",
"test-coverage": "jest --config=./config.json --coverage",
"test-full-coverage": "jest --config=./coverage.json --coverage"
},
"repository": {
"type": "git",
"url": "https://git.uc.edu/portal/black-lion.git"
},
"keywords": [
"ih",
"redux"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://git.uc.edu/portal/black-lion.git"
},
"homepage": "https://git.uc.edu/portal/black-lion",
"author": "University of Cincinnati Portal Team",
"contributors": [
{
"name": "Jonathan Horner",
"email": "hornerjn@ucmail.uc.edu"
}
],
"dependencies": {
"axios": "^0.7.0",
"babel-polyfill": "^6.23.0",
"base-64": "^0.1.0",
"fuse.js": "^2.6.1",
"match-sorter": "^1.7.0",
"moment": "^2.9.0",
"ramda": "^0.17.1",
"redux": "^3.6.0",
"redux-persist": "^4.4.2",
"redux-saga": "^0.14.6",
"validator": "^4.0.6",
"xml2js": "^0.4.4"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-eslint": "^6.1.2",
"babel-jest": "^19.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2 || ^4.0.0",
"eslint-plugin-react": "^6.9.0",
"jest": "^19.0.2"
}
}