UNPKG

open-sml

Version:

Smart Message Language Implementation

51 lines 1.18 kB
{ "name": "open-sml", "version": "1.0.4", "description": "Smart Message Language Implementation", "main": "index.js", "scripts": { "test": "grunt test", "release": "release-script" }, "repository": { "type": "git", "url": "https://github.com/dspautz/OpenSML.git" }, "keywords": [ "SML", "Smart Message Language" ], "author": "David Spautz <d.spautz@web.de>", "contributors": [ { "name": "David Spautz", "email": "d.spautz@web.de" }, { "name": "Apollon77", "email": "ingo@fischer-ka.de" } ], "license": "MIT", "bugs": { "url": "https://github.com/dspautz/OpenSML/issues" }, "homepage": "https://github.com/dspautz/OpenSML", "dependencies": { "int64-buffer": "^1.0.1" }, "devDependencies": { "@alcalzone/release-script": "^2.2.2", "chai": "^4.3.6", "chai-change": "^2.1.2", "sinon": "^13.0.1", "sinon-chai": "^3.7.0", "grunt": "^1.4.1", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-nodeunit": "~4.0.0", "grunt-mocha-test": "^0.13.3", "mocha": "^9.2.1", "istanbul": "^0.4.5", "grunt-mocha-istanbul": "^5.0.2" } }