forked from hackfoldr/hackfoldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json.ls
More file actions
33 lines (32 loc) · 840 Bytes
/
bower.json.ls
File metadata and controls
33 lines (32 loc) · 840 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
name: "hackfoldr"
repo: "hackfoldr/hackfoldr"
version: "0.1.1"
main: "_public/js/app.js"
ignore: ["**/.*", "node_modules", "components"]
dependencies:
"commonjs-require-definition": "~0.1.2"
jquery: "1.8.2"
angular: "1.2.21"
"angular-cookies": "1.2.21"
"angular-animate": "1.2.21"
"angular-ui-sortable": "0.12.2"
"angular-ui-router": "0.2.10"
"angular-ui-router.stateHelper": 'git://github.com/clkao/ui-router.stateHelper#patch-1'
"angular-ui": "0.4.0"
"angular-mocks": "1.2.21"
"angular-scenario": "1.2.21"
"csv-js": "*"
"tabletop": "1.3.5"
"semantic-ui": "~0.18.0"
overrides:
"angular":
dependencies: jquery: "*"
"angular-mocks":
main: "README.md"
"angular-scenario":
main: "README.md"
"angular-ui":
main:
* "build/angular-ui.js"
"semantic-ui":
main: "build/packaged/**/*"