-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.6 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.6 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
{
"name": "mentos",
"version": "1.0.0",
"description": "minimalistic node CI tool",
"main": "app.js",
"scripts": {
"test": "grunt test",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://tkhank@bitbucket.org/mentosTeam/mentos.git"
},
"keywords": [
"node",
"ci"
],
"author": "everee-devs",
"license": "ISC",
"dependencies": {
"async": "^1.5.2",
"bluebird": "^3.3.3",
"body-parser": "^1.15.0",
"boom": "^3.1.2",
"colors": "^1.1.2",
"commander": "^2.9.0",
"confidence": "^1.4.2",
"consistency": "github:sharique-hasan/consistency",
"email-templates": "^2.1.0",
"express": "^4.13.4",
"glue": "^2.4.0",
"grunt": "^0.4.5",
"h2o2": "^5.0.0",
"hapi": "^11.0.3",
"hapi-auth-jwt2": "^5.1.3",
"hapi-swagger": "^2.2.2",
"inert": "^3.2.0",
"ioredis": "^1.15.1",
"joi": "^8.0.4",
"jsonwebtoken": "^5.4.1",
"lodash": "^4.5.1",
"moment": "^2.11.2",
"mongoose": "^4.4.5",
"nodemailer": "^2.3.0",
"once": "https://registry.npmjs.org/once/-/once-1.3.2.tgz",
"pm2": "^1.0.2",
"prompt": "^1.0.0",
"request": "^2.69.0",
"require-all": "^2.0.0",
"shelljs": "^0.6.0",
"vision": "^3.0.0",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.0.1",
"wreck": "^7.0.0"
},
"devDependencies": {
"ejs": "^2.4.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.4.5",
"should": "^8.2.2",
"code": "^2.0.1",
"coveralls": "^2.11.4",
"lab": "^7.1.0"
},
"bin": {
"mentos": "./cli/index.js"
}
}