-
Notifications
You must be signed in to change notification settings - Fork 130
/
Copy pathpackage.json
44 lines (44 loc) · 1011 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
44
{
"name": "jsviews",
"version": "v1.0.15",
"description": "Next-generation MVVM and MVP framework - built on top of JsRender templates. Bringing templates to life...",
"main": "./jsviews.js",
"author": {
"name": "Boris Moore",
"url": "https://github.com/borismoore"
},
"homepage": "http://www.jsviews.com/#jsviews",
"repository": {
"type": "git",
"url": "https://github.com/borismoore/jsviews.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/borismoore/jsviews/issues"
},
"types": "./typescript/jsviews/index.d.ts",
"keywords": [
"jsviews",
"jsrender",
"jquery",
"mvvm",
"mvp",
"spa",
"browserify",
"templates",
"template",
"jquery-plugin",
"ecosystem:jquery"
],
"devDependencies": {
"@types/jquery": "^3.3.31",
"browserify": "^17.0.0",
"glob-stream": "^8.0.2",
"gulp": "^5.0.0",
"jsrender": "^1.0.15",
"qunit": "^2.21.0"
},
"dependencies": {
"jquery": "^3.4.1"
}
}