forked from carrot/share-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 989 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
42
43
44
45
46
{
"name": "share-button",
"description": "fast, beautiful, and painless social shares",
"version": "0.3.0",
"homepage": "http://sharebutton.co",
"bugs": {
"url": "https://github.com/carrot/share-button/issues"
},
"author": "Jeff Escalante <[email protected]>",
"contributors": [
{
"name": "Tom Milewski",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/carrot/share-button"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"mocha": "*",
"should": "*",
"zombie": "*",
"when": "2.x.x",
"accord": "0.0.4",
"stylus": "0.38.x",
"axis-css": "0.2.x",
"autoprefixer-stylus": "0.0.2",
"clean-css": "2.x.x",
"coffee-script": "1.x.x",
"uglifyjs": "2.x.x",
"colors": "0.6.x",
"monocle": "1.x.x",
"umd": "~2.0.0"
},
"scripts": {
"test": "mocha test"
},
"keywords": [
"share",
"social"
],
"engines": {}
}