-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 803 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 803 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
{
"name": "angular-schema",
"version": "0.0.0",
"description": "Provide a directive for schema dependent view",
"author": "https://github.com/norami/angular-schema/graphs/contributors",
"license": "MIT",
"homepage": "http://norami.github.com/angular-schema",
"main": "./dist/angular-schema.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test*",
"gruntFile.js",
"package.json"
],
"dependencies": {
"angular": "~1.2"
},
"devDependencies": {
"angular-mocks": "~1.x",
"bootstrap": "~3.2.0",
"jquery": "~1.11",
"jquery-ui": "~1.11",
"angular-jquery-wrapper": "~0.0.0",
"angular-ui-sortable": "~0.12.8",
"angular-ui-utils": "~0.1.1",
"ng-prettyjson": "~0.1.1",
"angular-chosen-localytics": "~1.0.6"
}
}