forked from developit/bamboo-status-svg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 800 Bytes
/
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
{
"name": "bamboo-status-svg",
"version": "1.0.0",
"description": "SVG status images for Bamboo builds.",
"author": "Jason Miller (http://github.com/developit)",
"contributors": [
"Jason Miller (http://github.com/developit)",
"Christophe Hamerling <[email protected]>"
],
"homepage": "http://github.com/developit/bamboo-status-svg",
"main": "index.js",
"scripts": {
"start": "node server.js"
},
"keywords": [
"bamboo",
"status",
"atlassian"
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
],
"repository": {
"type": "git",
"url": "[email protected]:developit/bamboo-status-svg.git"
},
"dependencies": {
"express": "~4.3.2",
"compression": "^1.0.2",
"request": "^2.36.0"
}
}