-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "pepites-hypermedia-client",
"version": "1.0.0",
"description": "Client for the pepites api",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo 'OK' && exit 0",
"lint": "./node_modules/.bin/eslint lib/ server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Renaud8469/pepites-hypermedia-client.git"
},
"keywords": [
"hypermedia",
"node"
],
"author": "Renaud",
"license": "ISC",
"bugs": {
"url": "https://github.com/Renaud8469/pepites-hypermedia-client/issues"
},
"homepage": "https://github.com/Renaud8469/pepites-hypermedia-client#readme",
"dependencies": {
"boom": "^5.2.0",
"express": "^4.15.3",
"lodash": "^4.17.4",
"request": "^2.81.0",
"request-promise-native": "^1.0.4"
},
"devDependencies": {
"eslint": "^4.2.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^3.4.2",
"sinon": "^2.3.8",
"supertest": "^3.0.0"
}
}