-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 891 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 891 Bytes
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
{
"name": "aileron",
"version": "5.2.1",
"description": "Minimal URL matching for NodeJS",
"main": "src/index.js",
"files": [
"src/*"
],
"directories": {
"test": "test"
},
"devDependencies": {
"body-parser": "1.19.0",
"chai": "4.3.4",
"connect": "3.7.0",
"eslint": "7.32.0",
"mocha": "9.1.1",
"quip": "0.2.0",
"request": "2.88.2"
},
"scripts": {
"test": "NODE_ENV=test mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rune/aileron.git"
},
"keywords": [
"router",
"connect",
"NodeJS"
],
"author": "Sanjay Guruprasad <[email protected]> (http://sanjaypojo.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/rune/aileron/issues"
},
"homepage": "https://github.com/rune/aileron#readme",
"dependencies": {
"type-check": "^0.4.0"
}
}