forked from rigatoni/linguine-node
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 786 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 786 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
37
{
"name": "linguine-node",
"version": "0.0.0",
"homepage": "https://github.com/rigatoni/linguine-node",
"authors": [
"kristenmills <kristen@kristen-mills.com>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.3.3",
"angular-spinner": "~0.8.0",
"d3": "~3.5.5",
"d3-cloud": "~1.2.1",
"font-awesome": "~4.2.0",
"jsoneditor": "~4.2.1",
"lodash": "~2.4.1",
"ng-file-upload": "3.0.0",
"angular-bootstrap": "~0.11.2",
"bootstrap": "~3.2.0",
"ui-router": "~0.2.11"
},
"devDependencies": {
"angular-mocks": "~1.3.2"
},
"resolutions": {
"angular": "1.3.3",
"angular-spinner": "~0.8.0"
}
}