forked from component/reactive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponent.json
More file actions
31 lines (31 loc) · 775 Bytes
/
component.json
File metadata and controls
31 lines (31 loc) · 775 Bytes
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
{
"name": "reactive",
"repo": "component/reactive",
"description": "Reactive template engine",
"version": "0.13.2",
"keywords": ["reactive", "template", "engine", "binding", "bindings"],
"dependencies": {
"component/format-parser": "0.0.2",
"component/props": "1.0.2",
"visionmedia/debug": "*",
"component/event": "0.1.0",
"component/classes": "1.1.1",
"component/query": "*"
},
"development": {
"component/assert": "*",
"component/domify": "1.0.0",
"component/emitter": "1.0.0",
"component/clone": "0.1.0"
},
"scripts": [
"lib/index.js",
"lib/utils.js",
"lib/text-binding.js",
"lib/attr-binding.js",
"lib/binding.js",
"lib/bindings.js",
"lib/adapter.js"
],
"main": "lib/index.js"
}