-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 1.97 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "can-23",
"version": "1.0.3",
"description": "",
"main": "can-23.js",
"scripts": {
"testee": "testee test.html --browsers firefox",
"test": "npm run testee"
},
"author": "Bitovi",
"license": "MIT",
"dependencies": {
"can-assign": "^1.3.3",
"can-attribute-encoder": "^1.1.4",
"can-bind": "^1.5.1",
"can-compute": "^4.1.1",
"can-construct": "^3.5.7",
"can-construct-super": "^3.2.1",
"can-debug": "^2.0.7",
"can-define": "^2.8.0",
"can-define-lazy-value": "^1.1.1",
"can-deparam": "^1.2.3",
"can-diff": "^1.5.1",
"can-dom-data": "^1.0.3",
"can-dom-events": "^1.3.11",
"can-dom-mutate": "^2.0.8",
"can-event-queue": "^1.1.8",
"can-fragment": "^1.3.1",
"can-globals": "^1.2.2",
"can-import-module": "^1.2.0",
"can-key": "^1.2.1",
"can-list": "^4.2.2",
"can-list-sort": "^3.0.0",
"can-log": "^1.0.2",
"can-map": "^4.3.16",
"can-map-backup": "^4.0.0",
"can-map-define": "^4.4.0",
"can-model": "^4.1.2",
"can-namespace": "^1.0.0",
"can-observation": "^4.2.0",
"can-observation-recorder": "^1.3.1",
"can-param": "^1.2.0",
"can-queues": "^1.3.2",
"can-reflect": "^1.18.0",
"can-route": "^5.0.2",
"can-simple-map": "^4.3.3",
"can-simple-observable": "^2.5.0",
"can-stache": "^5.1.1",
"can-stache-ast": "^1.1.0",
"can-stache-bindings": "^5.0.5",
"can-stache-key": "^1.4.3",
"can-string": "^1.1.0",
"can-string-to-any": "^1.2.1",
"can-symbol": "^1.6.5",
"can-util": "^3.14.0",
"can-view-callbacks": "^5.0.0",
"can-view-live": "^5.0.4",
"can-view-model": "^4.0.3",
"can-view-parser": "^4.1.3",
"can-view-scope": "^4.13.6",
"can-view-target": "^5.0.0",
"jquery": "1.11.3",
"steal-config-utils": "^1.0.0"
},
"steal": {
"ext": {
"stache": "can-23/view/stache/system"
}
},
"devDependencies": {
"steal": "^2.2.4",
"steal-qunit": "^1.0.0",
"testee": "^0.9.1"
}
}