UNPKG

computes-vm

Version:
70 lines (69 loc) 1.68 kB
{ "name": "computes-vm", "version": "1.0.13", "description": "Computes virtual machine", "keywords": [ "computes", "vm" ], "homepage": "https://github.com/computes/computes-vm", "bugs": "https://github.com/computes/computes-vm/issues", "author": { "name": "Octoblu", "url": "https://github.com/computes" }, "main": "index.js", "repository": { "type": "git", "url": "https://github.com/computes/nanocyte-component-function.git" }, "scripts": { "test": "mocha", "build": "coffee --compile --output dist/ --map src/*.coffee", "coverage": "nyc npm test", "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-", "mocha:json": "mocha --reporter json > coverage/mocha.json" }, "dependencies": { "atob": "^2.0.3", "big-integer": "^1.6.23", "btoa": "^1.1.2", "computes-component-callback": "^1.0.2", "dot-object": "^1.5.4", "lodash": "^3.10.1", "moment": "^2.10.6", "tinycolor2": "^1.1.2", "uuid": "^2.0.3" }, "devDependencies": { "chai": "^3.5.0", "chai-subset": "^1.3.0", "codeclimate-test-reporter": "^0.1.1", "coffee-script": "^1.11.1", "env-test": "^1.0.0", "mocha": "^2.5.3", "mocha-multi": "^0.9.1", "mocha-osx-reporter": "^0.1.2", "nyc": "^8.3.2", "simple-benchmark": "^1.0.7", "sinon": "^1.17.6", "sinon-chai": "^2.8.0" }, "peerDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">=2.0.0" }, "license": "MIT", "nyc": { "cache": true, "reporter": [ "text-summary", "lcov", "json" ], "extension": [ ".coffee" ] } }