UNPKG

nforce-metadata

Version:

An nforce plugin that facilitates working with the metadata api

47 lines (46 loc) 1.03 kB
{ "name": "nforce-metadata", "version": "1.1.2", "description": "An nforce plugin that facilitates working with the metadata api", "main": "index.js", "scripts": { "test": "mocha", "preversion": "npm test" }, "repository": { "type": "git", "url": "https://github.com/kevinohara80/nforce-metadata.git" }, "keywords": [ "nforce", "nforce-plugin", "metadata", "api", "salesforce", "force.com", "forcedotcom" ], "author": "Kevin O'Hara", "license": "MIT", "bugs": { "url": "https://github.com/kevinohara80/nforce-metadata/issues" }, "homepage": "https://github.com/kevinohara80/nforce-metadata", "peerDependencies": { "nforce": "^1.5.0" }, "devDependencies": { "archiver": "^0.14.2", "gulp": "^3.8.10", "gulp-jshint": "^1.9.0", "jshint-stylish": "^1.0.0", "mocha": "^2.0.1", "nforce": "^1.5.0", "should": "^4.3.0" }, "dependencies": { "bluebird": "^2.9.7", "lodash": "^2.4.1", "soap": "^0.27.1" } }