Comparing version 2.3.2 to 2.4.0
{ | ||
"name": "tcl", | ||
"version": "2.3.2", | ||
"version": "2.4.0", | ||
"description": "Node.js Tcl binding", | ||
"main": "index.js", | ||
"gypfile": true, | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
}, | ||
"scripts": { | ||
"coverage": "istanbul cover _mocha -- --reporter spec", | ||
"coveralls": "istanbul cover _mocha --report lcovonly -- --reporter spec && cat ./coverage/lcov.info | coveralls", | ||
"coverage:lcovonly": "istanbul cover _mocha --report lcovonly -- --reporter spec", | ||
"coveralls": "cat ./coverage/lcov.info | coveralls", | ||
"docs": "jsdoc -c jsdoc-conf.json ./README.md", | ||
"lint": "jshint index.js lib test", | ||
"precoveralls": "npm run coverage:lcovonly", | ||
"test": "mocha" | ||
@@ -20,2 +25,6 @@ }, | ||
"repository": "nukedzn/node-tcl", | ||
"directories": { | ||
"example": "./examples", | ||
"lib": "./lib" | ||
}, | ||
"files": [ | ||
@@ -29,13 +38,13 @@ "binding.gyp", | ||
"dependencies": { | ||
"bindings": "^1.2.1", | ||
"nan": "^2.1.0" | ||
"bindings": "^1.3.0", | ||
"nan": "^2.7.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.1.0", | ||
"coveralls": "^2.11.4", | ||
"istanbul": "^0.4.0", | ||
"jshint": "^2.8.0", | ||
"mocha": "^2.3.3", | ||
"sinon": "^1.17.2" | ||
"chai": "^4.1.2", | ||
"coveralls": "^3.0.0", | ||
"istanbul": "^0.4.5", | ||
"jshint": "^2.9.5", | ||
"mocha": "^4.0.1", | ||
"sinon": "^4.1.1" | ||
} | ||
} |
node-tcl | ||
======== | ||
[](https://gitter.im/nukedzn/node-tcl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[](https://www.npmjs.com/package/tcl) | ||
@@ -5,0 +7,0 @@ [](https://travis-ci.org/nukedzn/node-tcl) |
Sorry, the diff of this file is not supported yet
24325
172
Updatedbindings@^1.3.0
Updatednan@^2.7.0