-
Notifications
You must be signed in to change notification settings - Fork 381
/
package.json
62 lines (62 loc) · 1.38 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "share-button",
"description": "fast, beautiful, and painless social shares",
"version": "1.0.3",
"homepage": "http://sharebutton.co",
"main": "dist/share-button.js",
"bugs": {
"url": "https://github.com/carrot/share-button/issues"
},
"author": "Jeff Escalante <hello@jenius.me>",
"contributors": [
{
"name": "Tom Milewski",
"email": "tmilewski@gmail.com"
},
{
"name": "Henry Snopek",
"email": "hhsnopek@gmail.com"
},
{
"name": "Patrick Bacon-Blaber",
"email": "pablaber225@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/carrot/share-button"
},
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"autoprefixer-stylus": "^0.8.0",
"axis": "^0.5.0",
"babelify": "^6.3.0",
"core-js": "^1.2.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-accord": "^0.2.0",
"gulp-browserify": "^0.5.1",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.0",
"gulp-uglify": "^1.4.1",
"minifier": "^0.7.1",
"pioneer": "^0.11.6",
"postcss-svg": "^1.0.1",
"poststylus": "^0.2.1",
"stylus": "^0.52.4"
},
"scripts": {
"test": "pioneer",
"build": "gulp build",
"unbuild": "gulp unbuild",
"build-css": "gulp style",
"build-js": "gulp script"
},
"keywords": [
"share",
"social"
],
"engines": {}
}