-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 781 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 781 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
{
"name": "ng-pouchdb",
"version": "0.0.2",
"description": "AngularJS binding for PouchDB",
"main": "index.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start",
"watch": "./node_modules/karma/bin/karma start --autoWatch true --singleRun false"
},
"repository": {
"type": "git",
"url": "https://github.com/danielzen/ng-pouchdb.git"
},
"keywords": [
"angular",
"pouchdb"
],
"author": "Daniel Zen (http://zen.digital)",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielzen/ng-pouchdb/issues"
},
"homepage": "https://github.com/danielzen/ng-pouchdb",
"devDependencies": {
"karma": "^0.12.17",
"karma-jasmine": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"wiredep": "^2.2.2"
}
}