Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "wialon", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "NodeJS wrapper for Wialon Remote API", | ||
"main": "index.js", | ||
"scripts": { | ||
"lint": "jshint lib", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"lint": "jshint lib test", | ||
"test": "mocha", | ||
"coverage": "istanbul cover _mocha -- --reporter spec", | ||
"coveralls": "istanbul cover _mocha --report lcovonly -- --reporter spec && cat ./coverage/lcov.info | coveralls" | ||
}, | ||
@@ -23,5 +25,8 @@ "author": "Uditha Atukorala <udi@geniusse.com>", | ||
"devDependencies": { | ||
"coveralls": "^2.11.2", | ||
"istanbul": "^0.3.13", | ||
"jshint": "^2.6.3", | ||
"mocha": "^2.2.4", | ||
"request-debug": "^0.1.1" | ||
} | ||
} |
@@ -5,2 +5,6 @@ node-wialon | ||
[](http://badge.fury.io/js/wialon) | ||
[](https://travis-ci.org/nukedzn/node-wialon) | ||
[](https://coveralls.io/r/nukedzn/node-wialon) | ||
[](https://david-dm.org/nukedzn/node-wialon) | ||
[](https://david-dm.org/nukedzn/node-wialon#info=devDependencies) | ||
@@ -7,0 +11,0 @@ A NodeJS wrapper implementation for [Wialon Remote API](http://sdk.wialon.com/wiki/en/kit/remoteapi/remoteapi) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
7187
11
204
2
13
5