forked from null-none/social-image-sharing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 848 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
{
"name": "social-image-sharing",
"version": "0.0.1",
"description": "Angular module for share pictures in social network",
"main": "./social-image-sharing.js",
"directories": {
"doc": "docs",
"example": "examples",
"builder": "builder"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/null-none/social-image-sharing.git"
},
"keywords": [
"facebook",
"share",
"twitter",
"pinterest",
"google plus"
],
"bugs": "https://github.com/null-none/social-image-sharing/issues",
"author": {
"name": "Dmitry Kalinin",
"url": "https://github.com/null-none"
},
"contributors": [
{
"name": "Dmitry Kalinin",
"url": "https://github.com/null-none"
}
],
"license": "MIT"
}