forked from buttons/github-buttons
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.89 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
{
"name": "github-buttons",
"version": "2.7.0",
"description": "GitHub Buttons",
"keywords": [
"github",
"button",
"frontend",
"component"
],
"license": "BSD-2-Clause",
"homepage": "https://buttons.github.io/",
"bugs": {
"url": "https://github.com/ntkme/github-buttons/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ntkme/github-buttons.git"
},
"author": {
"name": "なつき",
"email": "[email protected]",
"url": "https://ntk.me/"
},
"main": "dist/buttons.common.js",
"module": "dist/buttons.esm.js",
"unpkg": "dist/buttons.js",
"jsdelivr": "dist/buttons.js",
"types": "dist/buttons.d.ts",
"scripts": {
"build": "rollup -c rollup.config.js",
"pretest": "eslint .",
"test": "karma start --single-run"
},
"devDependencies": {
"@primer/css": "^14.2.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^4.4.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^2.1.1",
"karma-firefox-launcher": "^1.3.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-safari-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"mocha": "^7.0.1",
"raw-loader": "^4.0.0",
"rollup": "^1.30.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.2.0",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"sinon": "^8.1.1",
"sinon-chai": "^3.4.0",
"webpack": "^4.41.5"
}
}