-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.24 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.24 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
{
"name": "lapin",
"version": "6.1.1",
"description": "RPC library for AMQP protocol",
"main": "index.js",
"scripts": {
"prepublish": "npm prune",
"test": "gulp test && gulp inspect-queues",
"eslint": "eslint",
"jscs": "jscs",
"nsp": "nsp",
"lint": "npm run eslint -- ./ && npm run jscs -- --esnext ./"
},
"repository": {
"type": "git",
"url": "git@github.com:sinet/lapin.git"
},
"author": "School Improvement Network",
"license": "MIT",
"bugs": {
"url": "https://github.com/sinet/lapin/issues"
},
"homepage": "https://github.com/sinet/lapin",
"dependencies": {
"bluebird": "3.4.1",
"joi": "9.0.4",
"lodash": "4.14.0",
"rabbus": "0.3.0"
},
"devDependencies": {
"@sinet/coding-conventions": "2.1.1",
"@sinet/coverage-enforcement": "1.2.0",
"@sinet/logger": "1.0.1",
"chai": "3.2.0",
"cli-table": "0.3.1",
"colors": "1.1.2",
"del": "1.2.0",
"eslint": "1.10.3",
"gulp": "3.9.0",
"gulp-istanbul": "0.10.0",
"gulp-mocha": "2.1.3",
"jscs": "2.11.0",
"mkdirp": "0.5.1",
"mocha": "2.2.5",
"nsp": "2.0.0",
"rabbot": "1.0.5",
"request": "2.60.0",
"require-new": "1.1.0",
"rewire": "2.3.4",
"sinon": "1.12.2"
}
}