-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1022 Bytes
/
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
{
"name": "nomplate-router",
"version": "1.1.15",
"description": "Middleware for building rich client applications, especially with Nomplate ",
"main": "index.js",
"directories": {
"dist": "dist",
"src": "src",
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukebayes/nomplate-router.git"
},
"keywords": [
"nomplate",
"nodejs",
"middleware"
],
"author": "Luke Bayes",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukebayes/nomplate-router/issues"
},
"homepage": "https://github.com/lukebayes/nomplate-router#readme",
"devDependencies": {
"chai": "^4.2.0",
"esbuild": "^0.13.15",
"eslint": "^8.3.0",
"eslint-plugin-mocha": "^6.3.0",
"express": "^4.17.1",
"js-beautify": "^1.13.0",
"jsdom": "^16.4.0",
"jsdom-simulant": "^1.1.2",
"json-loader": "^0.5.7",
"mocha": "^9.1.3",
"nomplate": "^1.3.20",
"sinon": "^9.2.1"
}
}