Initial full working version of library
parents
Showing
.babelrc
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
dist/callGamma.js
0 → 100644
dist/config.js
0 → 100644
dist/index.js
0 → 100644
dist/methods/index.js
0 → 100644
dist/util.js
0 → 100644
File added
File added
File added
File added
package.json
0 → 100644
| { | |||
| "name": "gamma-in-js", | |||
| "version": "1.0.0", | |||
| "description": "A JavaScript library for wrapping Gamma SOAP API calls", | |||
| "main": "dist/index.js", | |||
| "author": "Ben Galloway <ben.galloway@gsc.org.uk>", | |||
| "license": "MIT", | |||
| "private": true, | |||
| "files": [ | |||
| "dist" | |||
| ], | |||
| "scripts": { | |||
| "build": "babel src --out-dir dist" | |||
| }, | |||
| "dependencies": { | |||
| "debug": "^3.1.0", | |||
| "soap-as-promised": "^1.23.0", | |||
| "xml-js": "^1.6.2" | |||
| }, | |||
| "devDependencies": { | |||
| "babel-cli": "^6.26.0", | |||
| "babel-plugin-transform-object-rest-spread": "^6.26.0", | |||
| "babel-preset-env": "^1.6.1" | |||
| } | |||
| } |
src/callGamma.js
0 → 100644
src/config.js
0 → 100644
src/index.js
0 → 100644
src/methods/index.js
0 → 100644
src/util.js
0 → 100644
yarn.lock
0 → 100644
Please register or sign in to comment