forked from borodean/sharon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.42 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
{
"name": "sharon",
"version": "1.6.0",
"description": "A lightweight and modular social sharing library",
"keywords": [
"share-counts",
"social-networks",
"buffer",
"facebook",
"gmail",
"google-plus",
"linkedin",
"odnoklassniki",
"pinterest",
"reddit",
"telegram",
"tumblr",
"twitter",
"vkontakte",
"weibo",
"xing"
],
"license": "MIT",
"author": "Vadym Borodin <[email protected]> http://borodean.com",
"repository": "borodean/sharon",
"scripts": {
"build": "rollup -co dist/sharon.min.js",
"lint": "xo --env=browser --env=mocha --global expect --global sinon --space",
"test": "karma start",
"test-local": "karma start --local"
},
"dependencies": {
"@borodean/jsonp": "^1.2.0"
},
"devDependencies": {
"browserify": "^16.5.0",
"browserify-wrap": "^1.0.2",
"chai": "*",
"karma": "^4.4.1",
"karma-browserify": "^7.0.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.3.0",
"karma-sauce-launcher": "^1.2.0",
"karma-sinon": "^1.0.5",
"mocha": "^4.1.0",
"proxyquire": "^1.7.11",
"proxyquire-universal": "^1.0.8",
"proxyquireify": "^3.2.1",
"rollup": "^0.41.4",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-filesize": "^1.0.1",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-uglify": "^1.0.1",
"sinon": "^7.5.0",
"watchify": "^3.11.1",
"xo": "^0.17.1"
}
}