-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.25 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "kendo-pouchdb",
"title": "kendoPouchDB",
"version": "0.1.6",
"description": "Kendo UI adapter for PouchDB",
"main": "kendo-pouchdb.js",
"scripts": {
"//": "use '|| true' to prevent warning",
"build": "npm install && grunt",
"test": "grunt test",
"jshint": "grunt jshint && grunt kendo_lint"
},
"repository": {
"type": "git",
"url": "https://github.com/terikon/kendo-pouchdb.git"
},
"keywords": [
"Kendo",
"Kendo UI",
"PouchDB",
"DataSource",
"CouchDB",
"Couchbase",
"Cloudant"
],
"author": {
"name": "Terikon Apps",
"email": "[email protected]",
"url": "http://il.linkedin.com/in/romanviskin"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/terikon/kendo-pouchdb/issues"
},
"homepage": "https://github.com/terikon/kendo-pouchdb",
"dependencies": {
"jasmine-core": "^2.3.4",
"jquery": "^2.1.4",
"pouchdb": "^4.0.0",
"pouchdb-collate": "^1.2.0",
"pouchdb-find": "^0.4.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-jasmine": "^0.9.0",
"underscore": "^1.8.3",
"grunt-kendo-lint": "~0.0.3",
"load-grunt-tasks": "~3.3.0"
}
}