UNPKG

linux-mobile-connection

Version:
54 lines (53 loc) 1.23 kB
{ "name": "linux-mobile-connection", "version": "0.0.55", "description": "", "main": "index.js", "scripts": { "test": "#mocha", "connect-tre": "node run/tre.js", "connect-tre-4": "node run/tre_with_4.js", "prepublish": "#npm test" }, "repository": { "type": "git", "url": "https://github.com/dottgonzo/linux-mobile-connection.git" }, "keywords": [ "linux", "mobile", "modem", "3g", "wvdial" ], "author": "Dario Caruso", "license": "GPL-3.0", "bugs": { "url": "https://github.com/dottgonzo/linux-mobile-connection/issues" }, "dependencies": { "bluebird": "^3.1.1", "json-add": "0.0.7", "lsusbdev": "0.0.7", "netw": "0.0.59", "path-exists": "^2.0.0", "promise-test-connection": "0.0.27", "timerdaemon": "0.0.4", "verbo": "0.0.9", "wvdialjs": "0.0.39" }, "devDependencies": { "chai": "^3.4.1", "gulp": "^3.9.0", "gulp-bump": "^1.0.0", "gulp-concat": "^2.6.0", "gulp-filter": "^3.0.1", "gulp-git": "^1.6.1", "gulp-mocha": "^2.2.0", "gulp-prompt": "^0.1.2", "gulp-sourcemaps": "^1.6.0", "gulp-tag-version": "^1.3.0", "gulp-typescript": "^2.10.0", "mocha": "^2.3.4" } }