UNPKG

ifly-sdk

Version:
34 lines (33 loc) 791 B
{ "name": "ifly-sdk", "version": "0.0.1", "description": "iFly SDK", "main": "index.js", "scripts": { "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- tests", "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/jasonz93/ifly-sdk.git" }, "keywords": [ "ifly" ], "author": "Zhang Sihao", "license": "MIT", "bugs": { "url": "https://github.com/jasonz93/ifly-sdk/issues" }, "homepage": "https://github.com/jasonz93/ifly-sdk#readme", "devDependencies": { "chai": "^3.5.0", "coveralls": "^2.11.16", "istanbul": "^0.4.5", "mocha": "^3.2.0" }, "dependencies": { "ffi": "^2.2.0", "lodash": "^4.17.4" } }