forked from FattiDiCookies/italianPrivacyPolicy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1010 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
34
35
36
37
38
39
40
41
{
"name": "italianPrivacyPolicy",
"version": "0.1.0-alpha",
"description": "Italian Cookie and Privacy policy",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/FattiDiCookies/italianPrivacyPolicy.git"
},
"keywords": [
"cookielaw",
"cookie",
"law",
"cookies",
"cookie",
"privacy",
"policy"
],
"author": "FattiDiCookies",
"license": "GNU/GPL",
"bugs": {
"url": "https://github.com/FattiDiCookies/italianPrivacyPolicy/issues"
},
"homepage": "https://github.com/FattiDiCookies/italianPrivacyPolicy",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-md2html": "~0.2.1",
"grunt-dom-munger": "~3.4.0",
"grunt-string-replace": "~1.2.0",
"grunt-htmljson": "~0.1.1",
"grunt-html-json-wrapper": "~0.1.3",
"grunt-merge-data": "~0.4.4"
}
}