-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.25 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
{
"name": "nomplate",
"version": "1.3.28",
"description": "Nomplate: Node template engine",
"main": "index.js",
"engines": {
"node": ">=12.4.0"
},
"bugs": "https://github.com/lukebayes/nomplate/issues",
"homepage": "https://github.com/lukebayes/nomplate",
"repository": {
"type": "git",
"url": "https://github.com/lukebayes/nomplate.git"
},
"keywords": [
"framework",
"ui",
"toolkit"
],
"directories": {
"bin": "./bin",
"dist": "./dist",
"src": "./src"
},
"bin": {
"nomplate": "./bin/nomplate.js"
},
"files": [
"bin",
"bin/nomplate",
"dist",
"dist/nomplate.min.gz",
"dist/nomplate.min.js",
"express.js",
"express.mjs",
"index.js",
"src",
"test/fake_storage.js",
"test_helper.js"
],
"author": "Luke Bayes",
"contributors": [
{
"name": "Luke Bayes",
"email": "[email protected]",
"url": "https://lukebayes.com"
}
],
"license": "MIT",
"devDependencies": {
"chai": "^4.3.4",
"esbuild": "^0.13.14",
"eslint": "^8.2.0",
"eslint-plugin-mocha": "^9.0.0",
"express": "^4.17.1",
"jsdom": "^16.5.0",
"jsdom-simulant": "^1.1.2",
"json-loader": "^0.5.7",
"mocha": "^9.1.3",
"sinon": "^12.0.1"
}
}