This repository has been archived by the owner on Jun 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
58 lines (58 loc) · 1.45 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
{
"name": "deployment-tracker",
"version": "0.2.0",
"description": "Tracks deployments of sample applications",
"main": "lib/gone.js",
"scripts": {
"postinstall": "bower install --config.interactive=false --allow-root",
"start": "node lib/gone.js",
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/IBM-Bluemix/cf-deployment-tracker-service.git"
},
"keywords": [
"Cloudant",
"Bluemix",
"IBM"
],
"author": "Bradley Holt <[email protected]> (https://cloudant.com/)",
"contributors": [
{
"name": "Jeff Sloyer",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/IBM-Bluemix/cf-deployment-tracker-service/issues"
},
"homepage": "https://github.com/IBM-Bluemix/cf-deployment-tracker-service",
"dependencies": {
"async": "^1.5.2",
"body-parser": "1.15.0",
"bower": "1.7.7",
"cfenv": "1.0.3",
"cloudant": "1.4.1",
"commander": "2.8.1",
"connect-redis": "3.0.2",
"cookie-parser": "1.4.1",
"dotenv": "2.0.0",
"express": "4.13.4",
"express-session": "1.13.0",
"hbs": "3.1.1",
"http-post": "0.1.1",
"node-uuid": "1.4.7",
"restler": "3.4.0",
"underscore": "1.8.3",
"validator": "5.1.0"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-jshint": "0.12.0",
"jshint": "2.9.4",
"grunt-jscs": "3.0.1"
}
}