forked from yaronn/wcf.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 900 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
{
"name": "wcf.js",
"version": "0.0.6",
"description": "A WCF-compatible web services client stack for node.js",
"engines": { "node": ">=0.4.0" },
"author": "Yaron Naveh ([email protected], http://webservices20.blogspot.com/)",
"dependencies": {
"ws.js": ">= 0.0.15",
"xml-crypto": ">=0.0.4"
},
"devDependencies": {
"nodeunit": ">=0.6.4"
},
"repository" : {
"type":"git",
"url":"https://github.com/yaronn/wcf.js.git" },
"main": "./index.js",
"directories": { "lib": "./lib" },
"keywords": ["wcf", "BasicHttpBinding", "WSHttpBinding", "CustomBinding", "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" }]
}