-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 800 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 800 Bytes
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
{
"name": "x2node-ws",
"version": "1.7.11",
"description": "RESTful web services framework.",
"keywords": [
"webservice",
"rest",
"x2node",
"nodejs"
],
"main": "index.js",
"scripts": {
"test": "eslint .",
"preversion": "npm test",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boylesoftware/x2node-ws.git"
},
"author": "Lev Himmelfarb <lev@boylesoftware.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/boylesoftware/x2node-ws/issues"
},
"homepage": "https://github.com/boylesoftware/x2node-ws#readme",
"engines": {
"node": ">=6.10.3"
},
"dependencies": {
"x2node-common": "^1.5.2"
},
"devDependencies": {
"eslint": "^6.6.0"
}
}