forked from dimagi/Vellum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
49 lines (47 loc) · 1.24 KB
/
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
44
45
46
47
48
49
{
"name": "Vellum",
"authors": [
"Dimagi <[email protected]>",
"Mike White <[email protected]>"
],
"description": "A JavaRosa XForms designer",
"moduleType": [
"amd"
],
"keywords": [
"XForms"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"almond": "~0.2.9",
"underscore": "~1.5.2",
"jquery": "==1.7",
"jquery.ui": "1.8.16",
"requirejs": "~2.1.11",
"requirejs-text": "~2.0.12",
"require-less": "~0.1.2",
"require-css": "~0.1.4",
"requirejs-tpl": "jfparadis/requirejs-tpl",
"requirejs-plugins": "~1.0.2",
"extensible": "~0.1.1",
"langcodes": "dimagi/langcodes",
"XMLWriter": "dimagi/XMLWriter",
"MediaUploader": "dimagi/MediaUploader#master",
"xpath": "dimagi/js-xpath",
"bootstrap-better-typeahead": "ptnplanet/Bootstrap-Better-Typeahead"
},
"devDependencies": {
"equivalent-xml-js": "mwhite/equivalent-xml-js#master",
"when": "~2.8.0",
"chai": ">=1.5.0",
"xrayquire": "requirejs/xrayquire"
}
}