@allthings/js-sdk
Version:
JavaScript SDK for communication with the Allthings API
62 lines (61 loc) • 1.4 kB
JSON
{
"name": "@allthings/js-sdk",
"version": "11.0.2",
"description": "JavaScript SDK for communication with the Allthings API",
"keywords": [
"allthings",
"app"
],
"homepage": "https://www.allthings.me",
"repository": {
"type": "git",
"url": "git@github.com:qipp/allthings-js-sdk.git"
},
"engines": {
"node": ">=4.4.5",
"npm": ">=3.0.0"
},
"main": "dist/index.js",
"license": "MIT",
"dependencies": {
"cookie": "0.2.3",
"rest": "2.0.0"
},
"devDependencies": {
"ava": "0.15.2",
"babel-eslint": "6.0.4",
"babel-preset-es2015": "6.9.0",
"babel-preset-es2015-rollup": "1.2.0",
"babel-preset-stage-0": "6.5.0",
"babel-register": "6.9.0",
"nock": "8.0.0",
"prettier": "1.15.1",
"rollup": "0.29.0",
"rollup-plugin-babel": "2.5.1",
"snazzy": "4.0.0",
"standard": "7.1.2"
},
"scripts": {
"build": "rollup -c rollup.js",
"std": "standard --verbose | snazzy",
"test": "ava -v --fail-fast --no-cache",
"preversion": "git pull && npm up && npm run build",
"version": "git add -A",
"postversion": "git push --tags origin HEAD"
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"useTabs": false
},
"standard": {
"ignore": [
"dist"
],
"parser": "babel-eslint"
},
"resolutions": {
"braces": ">=2.3.1"
}
}