-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbower.json
48 lines (48 loc) · 997 Bytes
/
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
{
"name": "nocca",
"version": "0.0.0",
"description": "Node mock server",
"main": "./dist/module.js",
"keywords": [
"afkl",
"freak",
"angularjs"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"vendor",
"test"
],
"repository": "https://github.com/KrekkieD/nocca.git",
"dependencies": {
"angular": "~1.4.0",
"angular-animate": "~1.4.0",
"angular-aria": "~1.4.0",
"ui-router": "~0.2.13",
"ng-websocket": "~0.2.1",
"angular-material": "~0.10.0",
"font-awesome": "~4.3.0",
"angular-local-storage": "~0.1.5",
"angular-truncate": "*",
"angular-messages": "~1.4.14",
"vkbeautify-wrapper": "*"
},
"devDependencies": {
"angular-mocks": "~1.4.x"
},
"overrides": {},
"authors": [
{
"name": "KrekkieD",
"email": "[email protected]"
}
],
"resolutions": {
"angular": "1.4.14",
"angular-animate": "~1.4.0",
"angular-aria": "~1.4.0"
}
}