-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
73 lines (73 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
71
72
73
{
"name": "badge-matrix",
"version": "7.5.0",
"description": "More advanced badges for your projects using Travis or Sauce Labs.",
"main": "lib/index.js",
"engines": {
"node": ">=6.5.0",
"npm": ">=3.10.0"
},
"scripts": {
"add-font": "./scripts/add-font.sh",
"build": "npm run build:docs && npm run build:lib",
"build:docs": "doctoc --title '## Contents' README.md",
"build:lib": "babel src -d lib",
"check-font": "./scripts/check-font.sh",
"clean": "rimraf lib",
"deploy": "./scripts/deploy.sh",
"lint": "standard --verbose | snazzy",
"prepublish": "npm run clean && npm run build",
"start": "node lib/index.js",
"start:dev": "nodemon --exec babel-node src/index.js",
"test": "npm run lint"
},
"author": "Brian Beck",
"license": "MIT",
"dependencies": {
"compression": "^1.6.0",
"express": "^4.13.3",
"express-interceptor": "^1.1.1",
"gzip-size": "^4.0.0",
"humanize-duration": "^3.9.1",
"lodash": "^4.16.0",
"lru-cache": "^4.0.1",
"marko": "^3.8.1",
"object-hash": "^1.1.3",
"pdfkit": "^0.8.0",
"pretty-bytes": "^4.0.2",
"request": "^2.67.0",
"svgo": "^0.7.0",
"throng": "^4.0.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"babel-cli": "^6.2.0",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-2": "^6.1.18",
"doctoc": "^1.2.0",
"nodemon": "^1.8.1",
"pre-commit": "^1.1.3",
"rimraf": "^2.5.4",
"snazzy": "^7.0.0",
"standard": "^10.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exogen/badge-matrix.git"
},
"keywords": [
"travis",
"badge",
"badges",
"shield",
"shields",
"matrix",
"build",
"status"
],
"bugs": {
"url": "https://github.com/exogen/badge-matrix/issues"
},
"homepage": "https://github.com/exogen/badge-matrix#readme"
}