UNPKG

gsmjs

Version:

A library for interacting with GSM/GPRS module. Based on sim900js.

28 lines (27 loc) 609 B
{ "name": "gsmjs", "version": "0.0.1", "description": "A library for interacting with GSM/GPRS module. Based on sim900js.", "main": "gsm.js", "repository": { "type": "git", "url": "git+https://github.com/Acenth/gsmjs.git" }, "keywords": [ "sim900", "gprs", "gsm", "cellular", "simcom" ], "author": "Tyler McDowall", "license": "MIT", "bugs": { "url": "https://github.com/Acenth/gsmjs/issues" }, "homepage": "https://github.com/Acenth/gsmjs#readme", "dependencies": { "mraa": "^0.8.0", "serialport": "latest" } }