-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 930 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
{
"name": "len",
"version": "0.2.4",
"description": "Calendar database for of resource bookings in leveldb",
"main": "src/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/binocarlos/len.git"
},
"keywords": [
"calendar",
"database",
"time",
"resource",
"schedule",
"booking",
"leveldb"
],
"devDependencies": {
"mocha": "~1.14.0",
"should": "~2.1.0",
"wrench": "~1.5.8",
"through": "~2.3.4",
"async": "~0.2.10",
"concat-stream": "~1.4.4"
},
"author": "Kai Davenport",
"license": "MIT",
"bugs": {
"url": "https://github.com/binocarlos/len/issues"
},
"homepage": "https://github.com/binocarlos/len",
"dependencies": {
"level": "~0.18.0",
"level-live-stream": "~1.4.9",
"event-stream": "~3.1.1",
"date-floor": "~0.0.2",
"timestamp-series": "~0.2.3"
}
}