-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1023 Bytes
/
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
{
"name": "SundayData",
"release": "nightly",
"description": "SundayData is a fast, intelligent and light way of storing data in you browser and using the power of CouchDB.",
"author": "Olafur Arason",
"version": "0.0.1",
"main": "./src/pouch.js",
"homepage": "https://github.com/olafura/sundaydata",
"keywords": [
"db",
"couchdb",
"sundaydata"
],
"tags": [
"db",
"couchdb",
"sundaydata"
],
"devDependencies": {
"matchdep": "~0.1.1",
"grunt": "~0.4",
"grunt-cli": "~0.1",
"grunt-contrib-uglify": "~0.2.5",
"grunt-contrib-jshint": "~0.1.1",
"grunt-regarde": "~0.1.1",
"grunt-contrib-connect": "0.1.2",
"grunt-node-qunit": "~2.0.2",
"grunt-contrib-livereload": "0.1.1"
},
"maintainers": [
{
"name": "Olafur Arason",
"web": "https://github.com/olafura"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/olafura/sundaydata"
}
],
"scripts": {
"test": "grunt test"
}
}