-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 921 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
{
"name": "sales-resource-center",
"version": "0.0.0",
"homepage": "https://github.com/Planview/sales-playbook",
"authors": [
"Steve Crockett <crockett95@gmail.com>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components",
"test",
"tests"
],
"dependencies": {
"requirejs": "~2.1.15",
"angular": "~1.3.1",
"lodash": "~2.4.1",
"bootstrap-sass-official": "~3.3.0",
"restangular": "~1.4.0",
"requirejs-text": "~2.0.12",
"angulartics": "~0.17.1",
"requirejs-domready": "~2.0.1",
"angular-ui-router": "~0.2.11",
"angular-ui-bootstrap-bower": "~0.11.2",
"jasny-bootstrap": "master",
"font-awesome": "~4.2.0",
"codemirror": "~4.9.0",
"codemirror-emmet": "~1.1.0",
"jquery-file-upload": "~9.9.2",
"jquery-ui": "~1.11.2",
"modernizr": "~2.8.3"
}
}