-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·43 lines (43 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "reactjs-eu-cookies",
"version": "0.8.0",
"description": "Notice bar about cookies for EU users",
"main": "./build/index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "babel src --out-dir build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dununan/reactjs-eu-cookies.git"
},
"author": "Dununan",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dununan/reactjs-eu-cookies/issues"
},
"homepage": "https://github.com/Dununan/reactjs-eu-cookies#readme",
"tags": [
"react",
"cookies law",
"Cookies Notice",
"react component"
],
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel-cli": "^6.1.4",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-preset-es2015": "^6.1.4",
"babel-preset-react": "^6.1.4",
"css-loader": "^0.19.0",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"react": "^0.13.3",
"style-loader": "^0.12.4",
"webpack": "^1.12.2"
}
}