-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "pouchdb-calendar",
"version": "0.0.0",
"description": "Distributed Calendar",
"main": "dist/pouchdb-calendar.js",
"scripts": {
"prepublish": "bower install && grunt"
},
"repository": {
"type": "git",
"url": "github.com/shimaore/pouchdb-calendar.git"
},
"author": "Stephane Alnet <stephane@shimaore.net>",
"license": "Public Domain",
"bugs": {
"url": "https://github.com/shimaore/pouchdb-calendar/issues"
},
"devDependencies": {
"grunt-cli": "~0.1.9",
"bower": "~1.2.7",
"browserify": "~2.35.0",
"grunt": "~0.4.1",
"grunt-browserify": "~1.2.9",
"grunt-contrib-clean": "~0.5.0",
"timezone-js": "~0.4.6",
"debowerify": "~0.2.0",
"deamdify": "~0.1.1",
"deglobalify": "0.0.1",
"rfile": "~1.0.0",
"rfileify": "~1.3.1",
"grunt-file-creator": "~0.1.1",
"jquery-browserify": "~1.8.1",
"moonshine-browserify": "~0.6.2",
"moment": "~2.3.1",
"moment-timezone": "0.0.3",
"node-colorfactory": "~0.1.2",
"coffeeify": "~0.5.2",
"decomponentify": "0.0.3",
"pouchdb": "git+https://github.com/daleharvey/pouchdb.git"
}
}