UNPKG

@sauban/cloudboost

Version:

Database Service that does Storage, Search, Real-time and a whole lot more.

57 lines (56 loc) 1.71 kB
{ "name": "@sauban/cloudboost", "version": "6.7.6", "description": "Database Service that does Storage, Search, Real-time and a whole lot more.", "main": "./dist/cloudboost.js", "types": "./dist/cloudboost.d.ts", "keywords": [ "database as a service", "dbaas", "no-sql", "database" ], "scripts": { "start": "webpack --watch --progress", "test": "npm run test-browser && npm run test-node", "test-browser": "mocha-phantomjs -p ./node_modules/phantomjs/bin/phantomjs -s webSecurityEnabled=false --ssl-protocol=any test/index.html", "test-node": "./node_modules/.bin/mocha --reporter spec test/test.js", "2npm": "npm publish --access=public" }, "author": "hello@cloudboost.io", "license": "MIT", "dependencies": { "axios": "^0.14.0", "axios-retry": "^3.1.0", "bluebird": "^3.4.6", "deep-equal": "^1.0.1", "form-data": "^2.1.2", "jsdom": "^9.10.0", "localStorage": "^1.0.3", "localforage": "^1.5.0", "phantomjs": "^2.1.7", "socket.io-client": "^1.7.1" }, "devDependencies": { "babel-core": "^6.17.0", "babel-loader": "^6.2.5", "babel-preset-es2015": "^6.16.0", "babel-preset-es2015-without-strict": "0.0.4", "chai": "^3.5.0", "chance": "^1.0.1", "grunt": "~0.4.5", "grunt-bump": "^0.3.1", "grunt-bumpup": "^0.6.3", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-uglify": "^0.9.1", "grunt-contrib-watch": "^0.6.1", "grunt-release": "^0.13.0", "json-loader": "^0.5.4", "mocha": "^2.4.5", "phantomjs-prebuilt": "*", "mocha-phantomjs": "^4.1.0", "publish": "^0.6.0", "webpack": "~1.13.1", "webpack-dev-server": "~1.14.1" } }