| { |
| "name": "thrift", |
| "description": "node.js bindings for the Apache Thrift RPC system", |
| "homepage": "http://thrift.apache.org/", |
| "repository": { |
| "type": "git", |
| "url": "https://git-wip-us.apache.org/repos/asf/thrift.git" |
| }, |
| "version": "0.11.0", |
| "author": { |
| "name": "Apache Thrift Developers", |
| "email": "dev@thrift.apache.org", |
| "url": "http://thrift.apache.org" |
| }, |
| "license": "Apache-2.0", |
| "licenses": [ |
| { |
| "type": "Apache-2.0", |
| "url": "http://www.apache.org/licenses/LICENSE-2.0" |
| } |
| ], |
| "bugs": { |
| "mail": "dev@thrift.apache.org", |
| "url": "https://issues.apache.org/jira/browse/THRIFT" |
| }, |
| "files": [ |
| "lib/nodejs/lib/thrift", |
| "lib/nodejs/README.md" |
| ], |
| "directories": { |
| "lib": "./lib/nodejs/lib/thrift" |
| }, |
| "main": "./lib/nodejs/lib/thrift", |
| "engines": { |
| "node": ">= 4.1.0" |
| }, |
| "dependencies": { |
| "node-int64": "^0.4.0", |
| "q": "^1.5.0", |
| "ws": ">= 2.2.3" |
| }, |
| "devDependencies": { |
| "buffer-equals": "^1.0.4", |
| "commander": "^2.11.0", |
| "connect": "^3.6.4", |
| "istanbul": "^0.4.5", |
| "jsdoc": ">=3.5.5", |
| "minimatch": "^3.0.4", |
| "phantomjs-prebuilt": "^2.1.7", |
| "run-browser": "^2.0.2", |
| "tape": "^4.8.0", |
| "utf-8-validate": "^3.0.0" |
| }, |
| "scripts": { |
| "cover": "lib/nodejs/test/testAll.sh COVER", |
| "test": "lib/nodejs/test/testAll.sh" |
| } |
| } |