forked from kurrent-io/EventStore.UI
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
Latest commit
18 lines (18 loc) · 418 Bytes
/
Copy pathbower.json
File metadata and controls
18 lines (18 loc) · 418 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "EventStore UI",
"version": "0.2",
"main": "src/index.html",
"private": true,
"dependencies": {
"angular": "~1.3.0",
"angular-ui-router": "~0.2.11",
"angular-ui-ace": "~0.1.1",
"angular-cookies": "~1.3.0",
"angular-ui-utils": "~0.1.1",
"requirejs": "~2.1.15",
"requirejs-domready": "~2.0.1",
"jQuery": "~2.1.1",
"sprintf": "~1.0.0",
"sizzle": "~2.0.0"
}
}