-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 777 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 777 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
35
36
{
"name": "point-blank",
"description": "Point Blank is a platform that bluntly reflects how the general populace feels about public figures.",
"main": "app.js",
"license": "Apache-2.0",
"keywords": [
"sequelize",
"express",
"angular",
"node",
"postgresql",
"crowdsource"
],
"homepage": "https://github.com/hartbeatnt/Point-Blank",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/lib",
"test",
"tests"
],
"dependencies": {
"angular-ui-router": "^0.3.2",
"angular-jwt": "^0.1.8",
"angular-lock": "^1.0.5",
"angular": "^1.6.0",
"auth0-lock": "^10.7.2",
"d3": "^3.5.17",
"c3": "^0.4.11",
"angular-timer": "^1.3.4"
},
"resolutions": {
"d3": "^4.4.0"
}
}