UNPKG

detect-engine

Version:

Detect whether you're running on node.js or io.js

32 lines (31 loc) 740 B
{ "name": "detect-engine", "description": "Detect whether you're running on node.js or io.js", "version": "1.1.0", "author": "silverwind <me@silverwind.io>", "homepage": "https://github.com/silverwind/detect-engine", "bugs": "https://github.com/silverwind/detect-engine/issues", "license": "BSD-2-Clause", "repository": { "type": "git", "url": "https://github.com/silverwind/detect-engine.git" }, "main": "index.js", "devDependencies": { "grunt": "^0.4.5", "grunt-bump": "^0.1.0", "grunt-contrib-jshint": "^0.11.0", "grunt-shell": "^1.1.1" }, "keywords": [ "detect", "engine", "runtime", "iojs", "io.js", "node", "node.js", "detection", "platform" ] }