-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.05 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
44
45
46
47
48
{
"name": "addon_socialshareprivacy",
"version": "1.3.1",
"description": "Concrete5 Addon Social Share Privacy",
"main": "controller.php",
"directories": {
"test": "tests"
},
"dependencies": {
"grunt-contrib-clean": "~0.5.0"
},
"devDependencies": {
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-compress": "~0.7.0",
"grunt-bump": "0.0.13",
"grunt": "~0.4.4",
"grunt-css-url-rewrite": "~0.3.3",
"grunt-sed": "~0.1.1",
"grunt-po2mo": "~0.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/patrickheck/addon_socialshareprivacy.git"
},
"keywords": [
"social",
"sharing",
"privacy",
"twitter",
"google",
"g+",
"googleplus",
"plus",
"facebook",
"like",
"recommend",
"share"
],
"author": "Patrick Heck",
"license": "MIT",
"readmeFilename": "README.md"
}