This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
75 lines (75 loc) · 1.92 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "jquery-addthis",
"version": "0.0.1",
"description": "A jQuery plugin for adding AddThis tools onto dynamically generate pages. Requires a free AddThis account.",
"main": "dist/jquery-addthis.js",
"scripts": {
"test": "gulp test",
"build": "gulp build",
"docs": "./node_modules/.bin/jsdoc -c jsdoc.conf.json",
"all": "npm run build && npm run test && npm run docs",
"clean": "rm -Rf docs/ test_reports/ dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oracle/jquery-addthis.git"
},
"bugs": {
"email": "[email protected]"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"AddThis",
"share buttons",
"sharing buttons",
"follow buttons",
"recent posts",
"recommended content",
"social"
],
"homepage": "https://addthis.com",
"author": {
"name": "AddThis",
"email": "[email protected]",
"url": "http://addthis.com"
},
"contributors": [
{
"name": "Julka Grodel",
"email": "[email protected]"
}
],
"license": "MIT",
"devDependencies": {
"express": "^4.14.0",
"bootstrap": "^4.0.0-alpha.5",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.1",
"gulp-uglify": "^2.0.0",
"jasmine-core": "^2.5.0",
"jsdoc": "^3.4.2",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.1",
"karma": "^1.2.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-fixture": "^0.2.6",
"karma-html-reporter": "^0.2.7",
"karma-html2js-preprocessor": "^1.1.0",
"karma-jasmine": "^1.0.2",
"karma-junit-reporter": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-safari-launcher": "^1.0.0",
"uglify-save-license": "^0.4.1"
},
"peerDependencies": {
"jquery": ">=1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}