-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.14 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
51
52
53
{
"name": "fink-is-uri",
"description": "Check if a URI is valid to be shortened.",
"homepage": "https://github.com/finkhq/fink-is-uri",
"version": "1.0.2",
"main": "./index.js",
"author": {
"name": "fink",
"url": "https://github.com/finkhq"
},
"repository": {
"type": "git",
"url": "git+https://github.com/finkhq/fink-is-uri.git"
},
"bugs": {
"url": "https://github.com/finkhq/fink-is-uri/issues"
},
"keywords": [
"fink",
"uri",
"valid",
"🐀"
],
"dependencies": {
"is-uri": "~1.2.0",
"parse-uri": "~1.0.0"
},
"devDependencies": {
"browserify": "latest",
"coffee-script": "latest",
"coffeeify": "latest",
"git-dirty": "latest",
"gulp": "latest",
"gulp-header": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest",
"mocha": "latest",
"should": "latest",
"standard": "latest",
"vinyl-buffer": "latest",
"vinyl-source-stream": "latest"
},
"engines": {
"node": ">= 4"
},
"scripts": {
"clean": "rm -rf node_modules",
"lint": "standard lib",
"pretest": "npm run lint",
"test": "mocha"
},
"license": "MIT"
}