forked from carrot/share-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1013 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.4.1",
"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": {
"accord": "0.0.4",
"autoprefixer-stylus": "0.0.2",
"axis-css": "^0.2.0-rc.3",
"clean-css": "^2.1.8",
"coffee-script": "^1.7.1",
"colors": "^0.6.2",
"mocha": "^1.19.0",
"monocle": "^1.1.51",
"should": "^3.3.2",
"stylus": "^0.38.0",
"uglifyjs": "^2.3.6",
"umd": "^2.1.0",
"when": "^2.8.0",
"zombie": "*"
},
"scripts": {
"test": "mocha test"
},
"keywords": [
"share",
"social"
],
"engines": {}
}