-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 729 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 729 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
{
"name": "FullstackGeneratedApp",
"version": "1.0.0",
"authors": [
"Joseph Alves <databentpx@gmail.com>"
],
"description": "Scaffolding for projects at Fullstack Academy",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.13",
"angular-ui-router": "~0.2.13",
"bootstrap": "~3.3.2",
"lodash": "~3.3.1",
"socket.io-client": "~1.3.5",
"angular-ui-tree": "~2.2.0",
"angular-recursion": "~1.0.5",
"angular-ui-ace": "bower",
"angular-socket-io": "~0.7.0",
"angular-tree-control": "~0.2.9"
},
"devDependencies": {
"angular-mocks": "~1.3.14"
}
}