2018-02-02 19:09:23 +01:00
|
|
|
{
|
|
|
|
"name": "react-cookie-consent",
|
|
|
|
"author": {
|
|
|
|
"name": "Rick van Lieshout",
|
|
|
|
"email": "info@rickvanlieshout.com"
|
|
|
|
},
|
2018-05-01 11:13:21 +02:00
|
|
|
"version": "1.0.5",
|
2018-02-02 19:09:23 +01:00
|
|
|
"description": "A small, simple and customizable cookie consent bar for use in React applications.",
|
|
|
|
"main": "build/index.js",
|
|
|
|
"dependencies": {
|
|
|
|
"js-cookie": "^2.2.0",
|
2018-02-04 14:51:23 +01:00
|
|
|
"react": "^15.5.4"
|
2018-02-02 19:09:23 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/Mastermindzh/react-cookie-consent.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react",
|
|
|
|
"cookie",
|
|
|
|
"consent",
|
|
|
|
"cookiebar"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Mastermindzh/react-cookie-consent/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Mastermindzh/react-cookie-consent#readme",
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-cli": "^6.24.1",
|
|
|
|
"babel-core": "^6.24.1",
|
|
|
|
"babel-loader": "^7.0.0",
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
|
|
|
"babel-plugin-transform-react-jsx": "^6.24.1",
|
|
|
|
"babel-preset-env": "^1.5.1",
|
|
|
|
"babel-preset-es2015": "^6.24.1",
|
2018-02-04 14:51:23 +01:00
|
|
|
"babel-preset-stage-1": "^6.24.1",
|
|
|
|
"webpack": "^2.6.1"
|
2018-02-02 19:09:23 +01:00
|
|
|
}
|
|
|
|
}
|