Repository URL to install this package:
|
Version:
1.1.3 ▾
|
@fbinhouse/spark-client
/
package.json
|
|---|
{
"name": "@fbinhouse/spark-client",
"version": "1.1.3",
"description": "An isomorphic, promisified JS client library for Spark Vision's APIs.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"lint:ts": "tslint -c tslint.json 'src/**/*.ts'",
"lint": "npm run lint:ts",
"build": "npm run lint && tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/fbinhouse/spark-js-client.git"
},
"publishConfig": {
"registry": "https://npm.fury.io/fbinhouse/"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/fbinhouse/spark-js-client#readme",
"devDependencies": {
"@types/node": "^9.6.2",
"@types/superagent": "^3.5.7",
"tslint": "^5.9.1",
"typescript": "^2.8.1"
},
"dependencies": {
"parse-jsonp": "^1.0.0",
"superagent": "^3.8.2"
}
}