UNPKG

1.44 kBJSONView Raw
1{
2 "name": "raptor-sdk",
3 "version": "5.0.42",
4 "description": "Raptor javascript SDK",
5 "homepage": "https://github.com/raptorbox/raptorjs",
6 "author": "Luca Capra <lcapra@fbk.eu>",
7 "license": "Apache-2.0",
8 "main": "index.js",
9 "directories": {
10 "test": "test"
11 },
12 "scripts": {
13 "test": "./node_modules/mocha/bin/mocha test/*.test.js",
14 "test-api": "./node_modules/mocha/bin/mocha test/*/*.test.js",
15 "mocha": "./node_modules/mocha/bin/mocha",
16 "test-file": "./node_modules/mocha/bin/mocha test/*/* --grep",
17 "release-major": "./node_modules/standard-version/bin/cli.js",
18 "release": "./node_modules/standard-version/bin/cli.js -- --release-as minor"
19 },
20 "keywords": [
21 "raptor",
22 "platform",
23 "broker",
24 "iot"
25 ],
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/raptorbox/raptorjs.git"
29 },
30 "dependencies": {
31 "bluebird": "^3.5.1",
32 "client-oauth2": "^4.2.0",
33 "debug": "^2.6.9",
34 "eventemitter3": "^2.0.3",
35 "lodash.clonedeep": "^4.5.0",
36 "marked": "^0.3.19",
37 "mqtt": "^2.17.0",
38 "request": "^2.85.0",
39 "sprintf-js": "^1.1.1"
40 },
41 "devDependencies": {
42 "babel-core": "^6.26.3",
43 "babel-loader": "^6.4.1",
44 "chai": "^3.5.0",
45 "eslint": "^3.19.0",
46 "eslint-plugin-react": "^6.10.3",
47 "jsdoc": "^3.5.5",
48 "json-loader": "^0.5.7",
49 "mocha": "^2.5.3",
50 "standard-version": "^4.4.0",
51 "webpack": "^1.15.0"
52 }
53}