forked from buttons/github-buttons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.92 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.92 KB
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
{
"name": "github-buttons",
"version": "0.0.0",
"description": "GitHub Buttons",
"keywords": [
"github",
"buttons",
"vue",
"react",
"angular"
],
"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": "i@ntk.me",
"url": "https://ntk.me/"
},
"main": "dist/buttons.common.js",
"module": "dist/buttons.esm.js",
"typings": "dist/buttons.d.ts",
"scripts": {
"build": "npm run build:css && npm run build:js",
"build:css": "node-sass --output-style compressed --output assets/css assets/scss",
"build:js": "rollup -c rollup.config.js",
"pretest": "coffeelint src/ test/",
"test": "karma start --single-run"
},
"devDependencies": {
"chai": "^4.2.0",
"codecov": "^3.1.0",
"coffee-loader": "^0.9.0",
"coffeelint": "^2.1.0",
"coffeescript": "^1.12.7",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^3.1.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-firefox-launcher": "^1.1.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": "^3.0.5",
"mocha": "^5.2.0",
"node-sass": "^4.10.0",
"octicons": "^8.1.2",
"raw-loader": "^0.5.1",
"rollup": "^0.67.1",
"rollup-plugin-coffee-script": "^2.0.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-uglify": "^6.0.0",
"rollup-watch": "^4.3.1",
"sinon": "^7.1.1",
"sinon-chai": "^3.2.0",
"webpack": "^4.25.1"
},
"engines": {
"node": ">=6.5.0"
},
"private": true
}