nforce-tooling
Version:
Force.com Tooling API plugin for nforce
39 lines (38 loc) • 800 B
JSON
{
"name": "nforce-tooling",
"version": "0.0.5",
"description": "Force.com Tooling API plugin for nforce",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/jeffdonthemic/nforce-tooling.git"
},
"keywords": [
"nforce",
"nforce-plugin",
"salesforce",
"tooling",
"forcedotcom"
],
"author": "Jeff Douglas",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeffdonthemic/nforce-tooling/issues"
},
"homepage": "https://github.com/jeffdonthemic/nforce-tooling",
"dependencies": {
"lodash": "~2.4.1"
},
"peerDependencies": {
"nforce": ">= 0.8.0"
},
"devDependencies": {
"nforce": "*",
"mocha": "~1.17.0",
"should": "~3.0.1",
"q": "~1.0.0"
}
}