-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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
{
"name": "deepthought-routing",
"version": "1.2.0",
"description": "Dynamic routing handler for express.js",
"main": "index.js",
"scripts": {
"test": "mocha --recursive -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Teagan42/Deepthought-Routing.git"
},
"dependencies": {
"curry": "^1.2.0",
"express": "^4.13.1",
"http-errors": "^1.6.0",
"joi": "^10.2.2",
"swagger-jsdoc": "^1.9.1",
"technicolor-logger": "^1.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "*",
"eslint": "^2.4.0",
"grunt": "^1.3.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "*",
"grunt-mocha-test": "^0.12.7",
"gruntify-eslint": "^2.0.0",
"mocha": "^8.2.1"
},
"author": "James Gibson",
"contributors": [
{
"name": "James Gibson",
"url": "https://github.com/james-gibson"
},
{
"name": "Teagan Glenn",
"url": "https://github.com/Teagan42"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Teagan42/Deepthought-Routing/issues"
},
"homepage": "https://github.com/Teagan42/Deepthought-Routing#readme"
}