ukey1-react-sdk
Version:
Ukey1 SDK for React apps
70 lines (69 loc) • 1.92 kB
JSON
{
"name": "ukey1-react-sdk",
"version": "2.0.0",
"description": "Ukey1 SDK for React apps",
"main": "src/index.js",
"dependencies": {
"popsicle": "^9.1.0",
"react": "^15.2.0",
"react-device-storage": "^1.0.0"
},
"author": "Ukey1 Community (https://github.com/asaritech/ukey1-react-sdk/contributors)",
"license": "MIT",
"tags": [
"asaritech",
"ukey1",
"sdk"
],
"keywords": [
"ukey1",
"authentication",
"social login",
"react"
],
"repository": {
"type": "git",
"url": "git@github.com:asaritech/ukey1-react-sdk.git"
},
"homepage": "https://github.com/asaritech/ukey1-react-sdk#readme",
"bugs": "https://github.com/asaritech/ukey1-react-sdk/issues",
"scripts": {
"dev": "./node_modules/.bin/webpack --watch --inline",
"build": "./node_modules/.bin/webpack --config=webpack.build.config.js",
"test": "karma start",
"test:ci": "watch 'npm run test' src/"
},
"devDependencies": {
"babel": "6.5.2",
"babel-core": "6.6.5",
"babel-eslint": "5.0.0",
"babel-loader": "6.2.4",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"chai": "3.3.0",
"core-js": "1.1.4",
"eslint": "1.4.3",
"eslint-loader": "1.0.0",
"eslint-plugin-react": "3.4.1",
"karma": "0.13.19",
"karma-chai": "0.1.0",
"karma-chai-plugins": "0.6.0",
"karma-chai-sinon": "0.1.5",
"karma-chrome-launcher": "0.2.0",
"karma-mocha": "0.2.0",
"karma-mocha-reporter": "1.1.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "1.0.4",
"karma-sinon-chai": "1.1.0",
"karma-sourcemap-loader": "0.3.5",
"karma-webpack": "1.7.0",
"mocha": "^2.3.4",
"phantomjs": "^1.9.19",
"react-addons-test-utils": "^15.2.0",
"react-dom": "^15.2.0",
"watch": "0.16.0",
"webpack": "1.12.2",
"webpack-dev-server": "1.11.0"
}
}