-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.12 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
{
"name": "fink-level",
"description": "URL Shortener Engine 🐀",
"homepage": "https://github.com/finkhq/fink-level",
"version": "1.1.1",
"main": "./lib/index.js",
"author": {
"name": "Kiko Beats",
"email": "[email protected]",
"url": "https://github.com/Kikobeats"
},
"repository": {
"type": "git",
"url": "git+https://github.com/finkhq/fink-level.git"
},
"bugs": {
"url": "https://github.com/finkhq/fink-level/issues"
},
"keywords": [
"fink",
"level",
"🐀"
],
"dependencies": {
"async": "~3.2.0",
"base64-emoji": "~2.1.0",
"fink-shortener": "~1.1.0",
"is-uri": "~1.2.0",
"json-future": "~2.2.4",
"level-mapped-index": "~0.5.3",
"level-sublevel": "~6.6.0"
},
"devDependencies": {
"git-dirty": "latest",
"level-mem": "latest",
"mocha": "latest",
"should": "latest",
"standard": "latest"
},
"engines": {
"node": ">= 4"
},
"scripts": {
"clean": "rm -rf node_modules",
"lint": "standard lib",
"pretest": "npm run lint",
"test": "NODE_PATH=./ mocha test/test.*.js"
},
"license": "MIT"
}