-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.13 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.13 KB
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
{
"name": "data-binding-plugin",
"description": "One of the most powerful two way data-binding tool with virtualization. Highly optimized for performance and memory",
"version": "0.0.6",
"homepage": "https://github.com/flams/data-binding-plugin",
"license": "MIT",
"files": [
"LICENSE",
"index.js"
],
"author": "Olivier Scherrer <pode.fr@gmail.com>",
"keywords": [
"data",
"binding",
"plugin",
"seam",
"virtualization",
"memory",
"performance"
],
"repository": {
"type": "git",
"url": "git@github.com:flams/data-binding-plugin.git"
},
"bugs": {
"url": "https://github.com/flams/data-binding-plugin/issues"
},
"scripts": {
"test": "jasmine-node test/"
},
"main": "index.js",
"devDependencies": {
"observable-store": "0.0.5",
"seam": "0.0.3",
"jasmine-node": "~1.14.3",
"quick-dom": "0.0.2"
},
"dependencies": {
"get-nodes": "0.0.1",
"get-dataset": "0.0.1",
"compare-numbers": "0.0.1",
"simple-loop": "0.0.4",
"nested-property": "0.0.6",
"watch-notify": "0.0.3",
"get-closest": "0.0.2",
"to-array": "~0.1.4"
}
}