-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 958 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
{
"name": "softjob",
"version": "0.0.1",
"authors": [
"Abhinandan <[email protected]>"
],
"description": "A web-based project management software",
"main": "/public/index.php",
"keywords": [
"php"
],
"license": "Apache 2.0",
"homepage": "softjob.com",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"CHANGELOG.md",
"README.md",
"component.json",
"package.json",
"_includes",
"_layouts"
],
"dependencies": {
"angular": "1.3.*",
"jquery": "~2.1.*",
"angular-ui-router": "~0.2.*",
"angular-material": "*",
"animate.css": "~3.2.0",
"lodash": "~2.4.1",
"angular-loading-bar": "~0.6.0",
"hint.css": "~1.3.3",
"Chart.js": "1.0.1-beta.4",
"angular-chart.js": "~0.5.1",
"moment": "~2.9.0",
"ngDraggable": "~0.0.31",
"angular-ui-utils": "bower-keypress",
"modernizr": "~2.8.3"
}
}