forked from Kibibit/achievibit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.96 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
{
"name": "achievibit",
"version": "1.1.0",
"description": "achievement system for github's PRs",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/nyc --reporter=html --reporter=text ./node_modules/.bin/mocha --reporter spec --reporter mochawesome",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"start": "node index.js",
"dev": "node index.js --testDB",
"debug": "node --inspect index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/Kibibit/achievibit.git"
},
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"async": "^2.1.4",
"body-parser": "^1.15.2",
"colors": "^1.1.2",
"compression": "^1.6.2",
"eslint": "^4.2.0",
"eslint-plugin-kibibit": "github:kibibit/eslint-plugin-kibibit",
"eslint-plugin-lodash": "^2.3.3",
"express": "^4.14.0",
"express-swagger-generator": "^1.0.4",
"firebase-admin": "^5.1.0",
"gh-badges": "^1.3.0",
"gist-sync": "Thatkookooguy/gist-sync",
"githubhook": "^1.6.1",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"helmet": "^3.1.0",
"heroku-ssl-redirect": "0.0.4",
"http-auth": "^3.1.1",
"js-schema": "^1.0.1",
"lodash": "^4.16.6",
"moment": "^2.15.2",
"mongodb": "^3.0.0",
"monk": "^6.0.1",
"monkey-js": "thatkookooguy/monkey-js",
"nconf": "^0.10.0",
"ngrok": "^3.0.0",
"node-rest-client": "^3.0.5",
"nunjucks": "^3.1.3",
"octonode": "^0.9.2",
"q": "^1.5.0",
"request": "^2.87.0",
"require-all": "^2.0.0",
"scribe-js": "Thatkookooguy/Scribe.js",
"serve-favicon": "^2.3.0",
"socket.io": "^2.0.3",
"swagger-jsdoc": "^1.9.7",
"swagger-ui-express": "^3.0.1",
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"chai": "^4.1.0",
"coveralls": "^3.0.0",
"jsonfile": "^4.0.0",
"mocha": "^5.0.0",
"mochawesome": "^3.0.0",
"mock-require": "^3.0.0",
"nyc": "^11.0.3",
"proxyquire": "^1.8.0"
}
}