UNPKG

symphony-integration-commons

Version:

Common components for 3rd party developers build the user facing application for Symphony Integrations.

57 lines (56 loc) 1.82 kB
{ "name": "symphony-integration-commons", "version": "0.1.5", "description": "Common components for 3rd party developers build the user facing application for Symphony Integrations.", "main": "./dist/index.js", "scripts": { "postinstall": "babel . --out-dir dist --ignore node_modules,dist,__mocks__,__tests__ --copy-files", "test": "jest", "semantic-release": "npm publish", "license-check": "node-license-validator --allow-licenses WTFPL Apache Apache-2 BSD-like BSD BSD-2-Clause BSD-3-Clause Apache-2.0 MIT ISC Unlicense MIT/X11 \"MIT / http://rem.mit-license.org\" \"Public Domain\"" }, "jest": { "transform": { ".*": "./node_modules/babel-jest" }, "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "./__mocks__/fileMock.js", "\\.(css|less)$": "identity-obj-proxy" } }, "license": "Apache-2.0", "author": "Symphony", "devDependencies": { "identity-obj-proxy": "^3.0.0", "less": "^2.7.1", "node-license-validator": "^1.3.0", "semantic-release": "^6.3.2" }, "dependencies": { "axios": "^0.15.3", "babel-cli": "^6.24.0", "babel-core": "^6.24.0", "babel-jest": "^18.0.0", "babel-polyfill": "^6.23.0", "babel-preset-es2015": "^6.24.0", "babel-preset-react": "^6.23.0", "babel-preset-stage-0": "^6.22.0", "enzyme": "^2.7.1", "jest": "^18.1.0", "react": "^15.3.2", "react-addons-test-utils": "^15.4.2", "react-dom": "^15.4.2", "react-redux": "^5.0.2", "react-router": "^3.0.2", "redux": "^3.6.0", "redux-saga": "^0.14.3", "sinon": "^2.1.0" }, "repository": { "type": "git", "url": "https://github.com/symphonyoss/App-Integrations-FE-Commons.git" }, "release": { "branch": "dev" } }