-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
22 lines (22 loc) · 1.02 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
{
"name": "networkteam.neos.shariff",
"version": "1.0.0",
"description": "Social plugins are on every page today, but if you have concerns about privacy of your visitors it is not that easy to integrate them. The german publisher Heise created a general solution that allows to show the counts for each share while preserving the privacy of website visitory. This is accomplished by using the server of the website as proxy for the visitors. http://ct.de/-2467514",
"main": "index.js",
"scripts": {
"build": "npm update && mkdir -p Resources/Public/shariff/build && cp -R node_modules/shariff/dist/* Resources/Public/shariff/build/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/networkteam/Networkteam.Neos.Shariff.git"
},
"author": "networkteam GmbH",
"license": "ISC",
"bugs": {
"url": "https://github.com/networkteam/Networkteam.Neos.Shariff/issues"
},
"homepage": "https://github.com/networkteam/Networkteam.Neos.Shariff#readme",
"dependencies": {
"shariff": "^3.0.1"
}
}