-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
44 lines (44 loc) · 1 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
{
"name": "reqlite",
"version": "2.3.0",
"description": "",
"main": "lib/index.js",
"bin": {
"reqlite": "bin/reqlite"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --check-leaks -t 20000",
"lint": "eslint lib --quiet && eslint test --quiet",
"browserify": "node browserify.js"
},
"repository": {
"type": "git",
"url": "git://github.com/neumino/reqlite"
},
"keywords": [],
"author": "Michel Tu <[email protected]> (http://justonepixel.com/)",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/neumino/reqlite/issues"
},
"dependencies": {
"bluebird": ">= 2.0.0",
"geographiclib": "^1.46.0-beta1",
"geolib": "2.0.14",
"minimist": "0.2.0",
"moment": "2.10.3",
"request": "2.55.0",
"uuid-1345": "0.99.6"
},
"devDependencies": {
"eslint": "^1.6.0",
"mocha": ">= 1.20.0",
"rethinkdb": "~ 2.3.0",
"rethinkdbdash": "~ 2.3.0",
"browserify": "~ 12.0.0"
}
}