-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.11 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.11 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
49
50
{
"name": "data-context-binding",
"description": "Simple and lightweight solution for binding data to DOM elements.",
"version": "2.0.0-rc.3",
"license": "MIT",
"keywords": [
"conextra",
"data",
"context",
"binding",
"model",
"data-binding",
"bind",
"listener",
"emitter",
"event",
"emit",
"on",
"get",
"path",
"key",
"value",
"structure",
"dom",
"html",
"html5",
"render"
],
"author": "Manuel Lõhmus",
"browser": "browser.js",
"main": "index.js",
"types": "browser.d.ts",
"files": [
"browser.d.ts",
"browser.js",
"index.js",
"index.test.html",
"LICENSE",
"package.json",
"README.md"
],
"scripts": { "test": "start ./index.test.html" },
"homepage": "https://github.com/manuel-lohmus/data-context-binding#readme",
"bugs": "https://github.com/manuel-lohmus/data-context-binding/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/manuel-lohmus/data-context-binding.git"
},
"funding": "https://manuel-lohmus.github.io/data-context-binding/README.html#license"
}