forked from swagger-api/swagger-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 930 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 930 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
33
34
{
"name": "Phonics",
"version": "0.0.0",
"devDependencies": {
"angular": "1.3.2",
"angular-bootstrap": "~0.11.0",
"angular-cookies": "1.3.2",
"angular-marked": "Hypercubed/angular-marked#~0.0.12",
"angular-mocks": "1.3.2",
"angular-resource": "1.3.2",
"angular-sanitize": "1.3.2",
"angular-scenario": "1.3.2",
"angular-ui-ace": "0.1.1",
"angular-ui-router": "~0.2.12",
"bootstrap": "~3.2.0",
"es5-shim": "~2.1.0",
"jquery": "2.1.1",
"js-yaml": "~3.2.5",
"json3": "~3.2.6",
"lodash": "~2.4.1",
"ngstorage": "~0.3.0",
"yaml-js": "0.1.1",
"swagger-tools": "0.7.4",
"objectpath": "~1.1.0",
"harmony-collections": "Benvie/harmony-collections",
"swagger-converter": "~0.1.0"
},
"dependencies": {
"json-formatter": "~0.2.2",
"angular-ui-layout": "1.0.0",
"json-schema-view": "~0.3.9",
"angular-schema-form": "~0.7.9"
}
}