forked from component/reactive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent.json
44 lines (44 loc) · 907 Bytes
/
component.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
43
44
{
"name": "reactive",
"repo": "component/reactive",
"description": "Reactive template engine",
"version": "1.1.1",
"keywords": [
"reactive",
"template",
"engine",
"binding",
"bindings"
],
"dependencies": {
"component/classes": "1.1.1",
"component/event": "0.1.0",
"component/query": "0.0.1",
"component/emitter": "1.1.1",
"component/domify": "1.2.1",
"visionmedia/debug": "0.7.4",
"yields/carry": "0.0.1"
},
"development": {
"dependencies": {
"component/assert": "*",
"component/clone": "0.1.0",
"mochajs/mocha": "^2.2.1"
},
"scripts": [
"test/*.js"
]
},
"scripts": [
"lib/index.js",
"lib/utils.js",
"lib/text-binding.js",
"lib/attr-binding.js",
"lib/binding.js",
"lib/bindings.js",
"lib/adapter.js",
"lib/each.js",
"lib/walk.js"
],
"main": "lib/index.js"
}