forked from dobarkod/cookie-banner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 920 Bytes
/
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
{
"name": "cookie-banner",
"title": "Cookie Banner",
"description": "Javascript based cookie-info banner for complying with EU cookie law.",
"version": "1.2.2",
"homepage": "http://cookiebanner.eu/",
"author": {
"name": "Good Code and Cookie Banner contributors",
"url": "https://github.com/dobarkod/cookie-banner/graphs/contributors"
},
"repository": {
"type": "git",
"url": "https://github.com/dobarkod/cookie-banner"
},
"bugs": {
"url": "https://github.com/dobarkod/cookie-banner/issues"
},
"license": "MIT",
"scripts": {
"preversion": "npm test",
"version": "make clean && make && git add -A dist",
"push": "git push && git push origin --tags",
"test": "make test",
"make": "make"
},
"dependencies": {},
"devDependencies": {
"eslint": ">=4.18.2",
"jshint": "^2.10.2",
"phantomjs-prebuilt": "~2.1.1",
"uglify-js": "~2.7.4"
}
}