-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
30 lines (30 loc) · 1.05 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
{
"name": "ws.js",
"version": "2.0.23",
"description": "WS-* implementation for node",
"engines": { "node": ">=0.4.0" },
"author": "Yaron Naveh ([email protected], http://webservices20.blogspot.com/)",
"dependencies": {
"bufferjs": ">= 1.0.2",
"formidable": "=1.1.1",
"request": ">=2.9.100",
"xmldom": "=0.1.7",
"dateformat": ">=1.0.2-1.2.3",
"xml-crypto": ">=0.0.4"
},
"devDependencies": {
"nodeunit": ">=0.6.4"
},
"repository" : {
"type":"git",
"url":"https://github.com/yaronn/ws.js.git" },
"main": "./index.js",
"scripts": {
"test": "nodeunit ./test/unit ./test/unit/client ./test/integration/client/signature.js"
},
"directories": { "lib": "./lib" },
"keywords": ["ws-security", "mtom", "ws-addressing", "ws-star", "ws-*", "web service standards", "wsdl", "soap"],
"licenses": [{
"type" : "MIT License",
"url" : "http://www.opensource.org/licenses/mit-license.php" }]
}