forked from rahal/share-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 981 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.16.x",
"autoprefixer-stylus": "0.0.2",
"axis": "0.3.x",
"clean-css": "3.x",
"coffee-script": "1.9.x",
"colors": "1.x",
"mocha": "2.x",
"monocle": "1.1.x",
"should": "5.x",
"stylus": "0.50.x",
"uglify-js": "2.x",
"umd": "3.x",
"when": "3.x",
"zombie": "3.x"
},
"scripts": {
"test": "mocha test"
},
"keywords": [
"share",
"social"
],
"engines": {}
}