-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 873 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
{
"name": "Backbone.VDOMView",
"version": "0.0.2",
"description": "A Backbone.View implementation with virtual-dom",
"main": "index.js",
"scripts": {
"start": "beefy app.js:build.js --live",
"bundle": "browserify app.js -o build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tiagorg/Backbone.VDOMView"
},
"keywords": [
"backbone",
"virtual",
"dom",
"vdom",
"view"
],
"author": "Tiago Garcia",
"license": "ISC",
"bugs": {
"url": "https://github.com/tiagorg/Backbone.VDOMView/issues"
},
"homepage": "https://github.com/tiagorg/Backbone.VDOMView",
"dependencies": {
"underscore": "1.7.0",
"backbone": "^1.1.2",
"jquery": "^2.1.3",
"html-to-vdom": "^0.3.0",
"virtual-dom": "0.0.24"
},
"devDependencies": {
"beefy": "^2.1.1",
"browserify": "^7.0.3"
}
}