forked from regularjs/regular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponent.json
More file actions
32 lines (32 loc) · 741 Bytes
/
component.json
File metadata and controls
32 lines (32 loc) · 741 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
32
{
"name": "regularjs",
"version": "0.3.0-pre",
"main": "src/index.js",
"scripts": [
"src/Regular.js",
"src/util.js",
"src/walkers.js",
"src/env.js",
"src/index.js",
"src/dom.js",
"src/group.js",
"src/config.js",
"src/parser/Lexer.js",
"src/parser/node.js",
"src/parser/Parser.js",
"src/helper/extend.js",
"src/helper/shim.js",
"src/helper/parse.js",
"src/helper/watcher.js",
"src/helper/event.js",
"src/helper/animate.js",
"src/helper/combine.js",
"src/helper/entities.js",
"src/helper/filter.js",
"src/directive/base.js",
"src/directive/form.js",
"src/directive/animation.js",
"src/directive/event.js",
"src/module/timeout.js"
]
}