forked from canjs/canjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 890 Bytes
/
bower.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
{
"name": "canjs",
"repo": "canjs/canjs",
"description": "Can do JavaScript",
"version": "2.3.17",
"main": "can.js",
"keywords": [
"mvc",
"component",
"amd"
],
"license": "MIT",
"devDependencies": {
"qunit": "~1.14.0",
"zepto": "~1.0.0",
"benchmark": "~1.0.0",
"requirejs": "~2.1.10",
"mootools": "~1.5.1",
"jquery": "^1.12.0",
"dojo": "~1.10.4",
"modernizr": "~2.8.3"
},
"system": {
"map": {
"can/can": "can",
"jquery/jquery": "jquery"
},
"paths": {
"can": "bower_components/canjs/can.js",
"can/*": "bower_components/canjs/*.js"
},
"ext": {
"ejs": "can/view/ejs/system",
"mustache": "can/view/mustache/system",
"stache": "can/view/stache/system"
},
"buildConfig": {
"map": {
"can/util/util": "can/util/domless/domless"
}
}
}
}