]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0084.git/blob - example/iot-gateway/node_modules/aws-iot-device-sdk/package.json
Updated to use the latest TI 15.4-Stack v2.1.0 from the SimpleLink CC13x0 SDK v1.30.
[apps/tidep0084.git] / example / iot-gateway / node_modules / aws-iot-device-sdk / package.json
1 {
2   "name": "aws-iot-device-sdk",
3   "description": "AWS IoT Node.js SDK for Embedded Devices",
4   "version": "1.0.12",
5   "author": {
6     "name": "Amazon Web Services",
7     "url": "http://aws.amazon.com"
8   },
9   "homepage": "https://github.com/aws/aws-iot-device-sdk-js",
10   "main": "index.js",
11   "engines": {
12     "node": ">=0.8.6"
13   },
14   "repository": {
15     "type": "git",
16     "url": "git://github.com/aws/aws-iot-device-sdk-js.git"
17   },
18   "bugs": {
19     "url": "http://github.com/aws/aws-iot-device-sdk-js/issues"
20   },
21   "license": "Apache-2.0",
22   "keywords": [
23     "api",
24     "amazon",
25     "aws",
26     "iot",
27     "mqtt"
28   ],
29   "dependencies": {
30     "mqtt": "1.8.0",
31     "minimist": "1.2.0",
32     "websocket-stream": "^3.1.0",
33     "crypto-js": "3.1.6"
34   },
35   "devDependencies": {
36     "gulp": "^3.9.0",
37     "gulp-concat": "^2.6.0",
38     "gulp-jscs": "^3.0.2",
39     "gulp-jshint": "^2.0.0",
40     "gulp-mocha": "^2.2.0",
41     "jshint": "^2.9.1",
42     "jshint-stylish": "^2.1.0",
43     "gulp-coverage": "^0.3.38",
44     "gulp-beautify": "^2.0.0",
45     "sinon": "^1.17.3",
46     "rewire": "^2.5.1"
47   },
48   "scripts": {
49     "test": "node ./node_modules/gulp/bin/gulp.js test --verbose",
50     "browserize": "./scripts/browserize.sh",
51     "beautify": "node ./node_modules/gulp/bin/gulp.js beautify"
52   },
53   "gitHead": "aaec88d362df2c5c274dc130aaf299eda654e319",
54   "_id": "aws-iot-device-sdk@1.0.12",
55   "_shasum": "cab8c58cd15d1cf75a6695088c5fa9710d801925",
56   "_from": "aws-iot-device-sdk@latest",
57   "_npmVersion": "3.6.0",
58   "_nodeVersion": "5.7.0",
59   "_npmUser": {
60     "name": "gkwicker.amazon",
61     "email": "gkwicker@amazon.com"
62   },
63   "dist": {
64     "shasum": "cab8c58cd15d1cf75a6695088c5fa9710d801925",
65     "tarball": "https://registry.npmjs.org/aws-iot-device-sdk/-/aws-iot-device-sdk-1.0.12.tgz"
66   },
67   "maintainers": [
68     {
69       "name": "gkwicker.amazon",
70       "email": "gkwicker@amazon.com"
71     }
72   ],
73   "_npmOperationalInternal": {
74     "host": "packages-12-west.internal.npmjs.com",
75     "tmp": "tmp/aws-iot-device-sdk-1.0.12.tgz_1461103540453_0.7116890179459006"
76   },
77   "directories": {},
78   "_resolved": "https://registry.npmjs.org/aws-iot-device-sdk/-/aws-iot-device-sdk-1.0.12.tgz"
79 }