-
Notifications
You must be signed in to change notification settings - Fork 340
/
package.json
47 lines (47 loc) · 1.09 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
{
"name": "jsrender",
"version": "v1.0.15",
"description": "Best-of-breed templating in browser or on Node.js (with Express 4, Hapi and Browserify integration)",
"main": "./jsrender-node.js",
"browser": "./jsrender.js",
"author": {
"name": "Boris Moore",
"url": "https://github.com/borismoore"
},
"homepage": "http://www.jsviews.com/#jsrender",
"repository": {
"type": "git",
"url": "https://github.com/borismoore/jsrender.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/borismoore/jsrender/issues"
},
"scripts": {
"test": "node ./test/unit-tests-node-runner.js"
},
"types": "./typescript/jsrender/index.d.ts",
"keywords": [
"jsrender",
"node",
"express",
"hapi",
"browserify",
"templates",
"template",
"jquery-plugin",
"ecosystem:jquery"
],
"devDependencies": {
"@types/jquery": "^3.3.31",
"browserify": "^17.0.0",
"gulp": "^5.0.0",
"glob-stream": "^8.0.2",
"jquery": "^3.4.1",
"node-qunit": "^2.0.0",
"qunit": "^2.21.0"
},
"dependencies": {
"through2": "^3.0.1"
}
}