-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 686 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 686 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": "angular-couchbase-lite",
"version": "0.0.1",
"authors": [
"Gareth Clay <gareth.clay@gmail.com>"
],
"description": "An AngularJS wrapper for the Couchbase Lite REST API",
"main": "angular-couchbase-lite.js",
"keywords": [
"angularjs",
"couchbase-lite"
],
"license": "MIT",
"homepage": "https://github.com/spikymonkey/angular-couchbase-lite",
"private": true,
"ignore": [
"**/.*",
"*.iml",
"test",
"tests",
"karma.conf.js",
"node_modules"
],
"dependencies": {
"angular": "~1.4",
"angular-resource": "~1.4",
"angular-utf8-base64": "~0.0.4"
},
"devDependencies": {
"angular-mocks": "~1.4"
}
}