forked from strongloop/loopback-example-offline-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 622 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 622 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
{
"name": "loopback-example-full-stack",
"version": "0.0.0",
"homepage": "https://github.com/strongloop/loopback-example-full-stack",
"authors": [
"Sam Roberts <sam@strongloop.com>"
],
"license": "MIT",
"private": true,
"appPath": "ngapp",
"testPath": "ngapp/test/spec",
"ignore": [
"**/.*",
"node_modules",
"**/bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.16",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"angular-route": "~1.2.16"
},
"devDependencies": {
"angular-mocks": "~1.2.16",
"angular-scenario": "~1.2.16"
}
}