-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
48 lines (48 loc) · 1.17 KB
/
package.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
45
46
47
48
{
"name": "reactive",
"description": "Reactive template engine with data bindings",
"version": "1.2.0",
"keywords": [
"reactive",
"template",
"engine",
"data",
"bind",
"bindings"
],
"main": "lib/index.js",
"dependencies": {
"carry": "0.0.1",
"classes-component": "1.1.3",
"component": "^1.1.0",
"debug": "0.7.4",
"domify": "1.2.1",
"emitter-component": "1.1.1",
"event-component": "0.1.0",
"query-component": "0.0.1"
},
"browser": {
"classes": "classes-component",
"event": "event-component",
"query": "query-component",
"emitter": "emitter-component",
"clone": "clone-component"
},
"devDependencies": {
"better-assert": "~1.0.0",
"clone-component": "component/clone#acfb79aa",
"karma-cli": "0.0.4",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"karma-wrap-preprocessor": "^0.1.0",
"mocha": "~1.17.0",
"zuul": "~1.5.4"
},
"scripts": {
"component-build": "component build",
"component-install": "component install",
"test": "make test-karma",
"test-zuul": "zuul -- test/*.js",
"test-zuul-local": "zuul --local -- test/*.js"
}
}