UNPKG

artik-sdk

Version:

SDK for developing applications for Samsung's ARTIK platform

194 lines (193 loc) 5.41 kB
{ "name": "artik-sdk", "version": "1.9.0", "description": "SDK for developing applications for Samsung's ARTIK platform", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "install": "prebuild-install || node-gyp rebuild" }, "keywords": [ "Samsung", "ARTIK", "I2C", "GPIO", "SERIAL", "PWM", "ADC", "HTTP", "CLOUD", "SPI", "TIME", "SENSOR", "NETWORK", "WEBSOCKET", "ZIGBEE", "WIFI", "COAP", "BLUETOOTH", "LWM2M", "MQTT" ], "author": "Gregory Lemercier <g.lemercier@ssi.samsung.com>", "license": "Apache-2.0", "homepage": "http://www.artik.io", "repository": { "type": "git", "url": "git://github.com/SamsungARTIK/artik-sdk-js.git" }, "files": [ "LICENSE", "binding.gyp", "addon/json.hpp", "addon/utils.cc", "addon/loop.h", "addon/loop.cc", "addon/serial/serial.cc", "addon/serial/serial.h", "addon/spi/spi.cc", "addon/spi/spi.h", "addon/media/media.cc", "addon/media/media.h", "addon/network/network.cc", "addon/network/network.h", "addon/mqtt/mqtt.h", "addon/mqtt/mqtt.cc", "addon/zigbee/zigbee.h", "addon/zigbee/zigbee_util.cc", "addon/zigbee/zigbee.cc", "addon/zigbee/zigbee_device.cc", "addon/zigbee/zigbee_device.h", "addon/zigbee/zigbee_util.h", "addon/bluetooth/agent.cc", "addon/bluetooth/gatt_server.cc", "addon/bluetooth/spp.cc", "addon/bluetooth/gatt_client.h", "addon/bluetooth/spp.h", "addon/bluetooth/pan.h", "addon/bluetooth/gatt_server.h", "addon/bluetooth/bluetooth.cc", "addon/bluetooth/bluetooth.h", "addon/bluetooth/pan.cc", "addon/bluetooth/ftp.h", "addon/bluetooth/avrcp.cc", "addon/bluetooth/a2dp.cc", "addon/bluetooth/gatt_client.cc", "addon/bluetooth/ftp.cc", "addon/bluetooth/agent.h", "addon/bluetooth/avrcp.h", "addon/bluetooth/a2dp.h", "addon/coap/coap.cc", "addon/coap/coap.h", "addon/lwm2m/lwm2m.cc", "addon/lwm2m/lwm2m.h", "addon/security/security.cc", "addon/security/security.h", "addon/http/http.cc", "addon/http/http.h", "addon/time/time.h", "addon/time/time.cc", "addon/gpio/gpio.cc", "addon/gpio/gpio.h", "addon/i2c/i2c.cc", "addon/i2c/i2c.h", "addon/wifi/wifi.cc", "addon/wifi/wifi.h", "addon/cloud/cloud.h", "addon/cloud/cloud.cc", "addon/pwm/pwm.cc", "addon/pwm/pwm.h", "addon/utils.h", "addon/sensor/sensor.h", "addon/sensor/sensor.cc", "addon/artik.cc", "addon/adc/adc.h", "addon/adc/adc.cc", "addon/websocket/websocket.h", "addon/websocket/websocket.cc", "addon/base/ssl_config_converter.h", "addon/base/ssl_config_converter.cc", "src/platform/artik520.js", "src/platform/artik1020.js", "src/platform/artik710.js", "src/platform/artik530.js", "src/platform/artik305.js", "src/platform/eagleye530.js", "src/gpio.js", "src/wifi.js", "src/zigbee.js", "src/websocket.js", "src/serial.js", "src/cloud.js", "src/lwm2m.js", "src/mqtt.js", "src/network.js", "src/security.js", "src/time.js", "src/http.js", "src/coap.js", "src/bluetooth/agent.js", "src/bluetooth/bluetooth.js", "src/bluetooth/gattclient.js", "src/bluetooth/gattserver.js", "src/bluetooth/index.js", "examples/module-example.js", "examples/gpio-example.js", "examples/i2c-example.js", "examples/serial-example.js", "examples/pwm-example.js", "examples/adc-example.js", "examples/http-example.js", "examples/cloud-example.js", "examples/cloud-websocket-example.js", "examples/wifi-example.js", "examples/wifi-ap-example.js", "examples/media-example.js", "examples/spi-example.js", "examples/time-example.js", "examples/bluetooth-example.js", "examples/bluetooth-gattclient-example.js", "examples/bluetooth-gattserver-example.js", "examples/bluetooth-spp-example.js", "examples/bluetooth-agent-example.js", "examples/commandline.js", "examples/bluetooth-avrcp-example.js", "examples/bluetooth-ftp-example.js", "examples/bluetooth-panu-example.js", "examples/bluetooth-nap-example.js", "examples/coap-cloud-example.js", "examples/coap-server-example.js", "examples/coap-client-example.js", "examples/sensor-example.js", "examples/network-example.js", "examples/network-dhcp-client-example.js", "examples/network-dhcp-server-example.js", "examples/websocket-example.js", "examples/zigbee-example.js", "examples/zigbee-dimmable-light-example.js", "examples/zigbee-levelcontrol-switch-example.js", "examples/zigbee-light-example.js", "examples/zigbee-lightsensor-example.js", "examples/zigbee-remotecontrol-example.js", "examples/zigbee-switch-example.js", "examples/sdr-example.js", "examples/mqtt-example.js", "examples/lwm2m-example.js", "examples/pkcs7-sig-verify.js" ], "dependencies": { "colors": "^1.1.2", "getopt": "^0.1.0", "mocha-steps": "^1.1.0", "nan": "^2.6.2", "os": "^0.1.1", "prebuild-install": "^2.3.0" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.2.0", "mocha-steps": "^1.1.0", "validator": "^6.2.1", "yesno": "^0.0.1" } }