forked from SAP-archive/iot-application-services-sdk-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1015 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "iot-application-services-sdk-nodejs",
"version": "2.0.0",
"description": "NodeJS package that acts as a thin wrapper over the API of SAP IoT Application Enablement.",
"main": "index.js",
"scripts": {
"pretest": "eslint --ignore-path .gitignore .",
"test": "set NODE_ENV=test && mocha --recursive"
},
"dependencies": {
"debug": "^3.1.0",
"dotenv": "^4.0.0",
"request": "^2.85.0",
"request-promise-native": "^1.0.5",
"nconf": "^0.10.0"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"mocha": "^3.4.2",
"nock": "^9.0.13"
},
"repository": {
"type": "git",
"url": "https://github.com/SAP/iot-application-services-sdk-nodejs"
},
"keywords": [
"SAP",
"IoT",
"Application",
"Enablement",
"AE",
"NodeWrapper"
],
"author": "SAP SE",
"license": "Apache-2.0"
}