forked from BorisMoore/jsviews
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 946 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
{
"name": "jsviews",
"version": "v0.9.81",
"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"
},
"scripts": {},
"keywords": [
"jsviews",
"jsrender",
"jquery",
"mvvm",
"mvp",
"spa",
"browserify",
"templates",
"template",
"jquery-plugin",
"ecosystem:jquery"
],
"devDependencies": {
"browserify": "^11.0.1",
"glob-stream": "^5.0.0",
"gulp": "^3.9.0",
"jquery": "^2.1.4",
"jsrender": "^0.9.81",
"qunit": "^0.7.6"
},
"dependencies": {}
}