forked from AirAsiaExpedia/node-foam
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 727 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 727 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
{
"name": "foam-s12",
"version": "0.2.2",
"description": "A simple soap client with soap12 support",
"main": "foam.js",
"scripts": {
"test": "NODE_ENV=test mocha -w test/"
},
"keywords": [
"soap",
"xml",
"s12"
],
"repository": {
"type": "git",
"url": "https://github.com/richdunajewski/node-foam"
},
"author": "Rich Dunajewski <me@richdunajewski.com>",
"license": "BSD-2-Clause",
"dependencies": {
"hyperquest": "~0.3.0",
"stream-ext": "~0.0.1",
"simple-xml": "~0.0.3"
},
"devDependencies": {
"mocha": "~1.18.2",
"chai": "~1.9.1",
"sinon": "~1.12.0",
"sinon-chai": "~2.6.0",
"replay": "git://github.com/AirAsiaExpedia/node-replay.git"
}
}