forked from ambassify/url-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 862 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
{
"name": "@ambassify/url-extensions",
"version": "2.2.0",
"description": "Extensions to the nodejs url package.",
"main": "index.js",
"scripts": {
"test": "npm -s run test:lint && npm -s run test:unit",
"test:lint": "eslint *.js",
"test:unit": "nyc mocha"
},
"keywords": [
"url",
"extensions"
],
"author": "Ambassify <[email protected]>",
"license": "MIT",
"devDependencies": {
"eslint": "^4.2.0",
"mocha": "^3.4.2",
"nyc": "^11.0.3"
},
"dependencies": {
"lodash": "^4.0.0",
"qs": "^6.5.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ambassify/url-extensions.git"
},
"bugs": {
"url": "https://github.com/ambassify/url-extensions/issues"
},
"homepage": "https://github.com/ambassify/url-extensions#readme"
}