-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1006 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
{
"name": "toget",
"version": "0.5.0",
"description": "Simple Node.js RESTful API builder to make requests easy.",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/setup.js test/integration/**/*.test.js",
"test:eslint": "./node_modules/mocha/bin/mocha test/eslint/eslint.test.js"
},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/protocoolmx/toget.git"
},
"keywords": [
"rest",
"http",
"client",
"request"
],
"author": "Protocool",
"license": "MIT",
"bugs": {
"url": "https://github.com/protocoolmx/toget/issues"
},
"homepage": "https://github.com/protocoolmx/toget#readme",
"devDependencies": {
"json-server": "0.12.x",
"mocha": "3.5.x",
"mocha-eslint": "3.x",
"eslint": "3.x",
"eslint-config-airbnb-base": "11.x",
"eslint-plugin-import": "2.x",
"request": "2.83.x"
},
"dependencies": {
"path-to-regexp": "2.0.x"
}
}