-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
31 lines (31 loc) · 951 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
{
"name": "react-native-aws-iot-device-shadows",
"version": "1.0.3",
"description": "React Native Component for connecting to AWS IoT from a device using SDK JavaScript bundle",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamesjara/react-native-aws-iot-device-shadows.git"
},
"author": "jamesjara",
"license": "Apache",
"bugs": {
"url": "https://github.com/jamesjara/react-native-aws-iot-device-shadows/issues"
},
"homepage": "https://github.com/jamesjara/react-native-aws-iot-device-shadows#readme",
"dependencies": {
"aws-iot-device-sdk": "*",
"aws-sdk": "*",
"uglify-js": "^3.0.28",
"webpack": "^2.7.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.18.0",
"eslint-config-google": "^0.9.1"
}
}