-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
77 lines (77 loc) · 3.3 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "aquajs-soap",
"version": "1.0.4",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=0.8.0"
},
"author": {
"name": "Chen Xi",
"email": "xi.chen@ap.equinix.com"
},
"developers": [
"Venkat Rangasamy <vrangasamy@equinix.com>",
"Aswini Atibudhi <aswini.atbd@gmail.com>",
"Tony Pujals <tpujals@equinix.com> (http://twitter.com/subfuzion)",
"Peter Svetlichny <psvetlichny@equinix.com> (http://twitter.com/p_svetlichny)",
"Uma More <umore@equinix.com>",
"Elcina Tuscano <etuscano@equinix.com>",
"Chakradhar Jonagam <cjonagam@equinix.com>",
"Namratha Ambekar <nambekar@equinix.com>",
"Anindya Sen <asen@equinix.com>"
],
"repository": {
"type": "git",
"url": "git://github.com:aquajs/aquajs.git"
},
"dependencies": {
"lodash": "2.4.1",
"request": "2.9.0",
"sax": "0.6",
"strip-bom": "0.3.1",
"debug": "0.7.4"
},
"main": "./index.js",
"directories": {
"lib": "./lib"
},
"keywords": [
"soap"
],
"devDependencies": {
"mocha": "1.17.0",
"jshint": "2.3.0",
"glob": "3.2.8",
"should": "3.3.0",
"timekeeper": "0.0.4"
},
"publishConfig": {
"registry": "http://nexus.corp.equinix.com/nexus/content/repositories/Equinix-AquaJS-Release/"
},
"readme": "aquajs-soap\n====================================\nThe Friendly & Fun Javascript Fullstack Framework for your next API/Web/Mobile/IOT/Wearables application.\nIt is designed to give you a quick and organized way to start developing an application. We mainly try to take care of the connection points between existing popular frameworks and solve common integration problems.\n\n## Key drivers:\n\n * Enables developers to focus on writing reusable application logic instead of spending time building infrastructure\n * It’s designed to give a quick and organized way to start developing Applications / Services\n * We mainly try to take care of the connection points between existing popular module / frameworks and solve common integration problems.\n * AquaJS is a secure and scalable layer that extends express by providing structure and convention.\n\n## Prerequisites:\n\n Node.js - Download and Install Node.js. You can also follow this gist for a quick and easy way to install Node.js and npm\n \n## Info:\n\n[Using the built-in performance monitor](https://github.com/aquajs/aquajs/wiki/Using-aquajs-performance-monitor)\n\n\n Designed with ❤ and care by Emerging Software & Platforms Team\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/aquajs/aquajs/issues"
},
"homepage": "https://github.com/aquajs/aquajs",
"_id": "aquajs-soap@0.1.1",
"scripts": {},
"_shasum": "ff1552b9a3efa05c000df9a24d07f3b4c0111a33",
"_from": "aquajs-soap@*",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "aatibudhi",
"email": "aatibudhi@equinix.com"
},
"maintainers": [
{
"name": "aatibudhi",
"email": "aatibudhi@equinix.com"
}
],
"dist": {
"shasum": "ff1552b9a3efa05c000df9a24d07f3b4c0111a33",
"tarball": "http://nexus.corp.equinix.com/nexus/content/groups/Equinix-NPM-Release/aquajs-soap/-/aquajs-soap-0.1.1.tgz"
},
"_resolved": "http://nexus.corp.equinix.com/nexus/content/groups/Equinix-NPM-Release/aquajs-soap/-/aquajs-soap-0.1.1.tgz"
}