snapd
Version:
process.nextTick with setTimeout
53 lines (52 loc) • 1.37 kB
JSON
{
"name": "snapd",
"version": "0.26.0",
"description": "process.nextTick with setTimeout",
"main": "snapd.js",
"support": "snapd.support.js",
"deploy": "snapd.deploy.js",
"browser": "snapd.deploy.js",
"scripts": {
"build": "babel snapd.js --out-file snapd.support.js --source-maps && webpack --progress --display-modules",
"test": "mocha snapd-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/volkovasystems/snapd.git"
},
"keywords": [
"nextTick",
"timeout",
"delay",
"snapd"
],
"author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"contributors": [
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/volkovasystems/snapd/issues"
},
"homepage": "https://github.com/volkovasystems/snapd#readme",
"dependencies": {
"asea": "^0.14.0",
"babel-runtime": "^6.23.0",
"harden": "^0.22.0",
"kein": "^0.26.0",
"letgo": "^0.51.0",
"pringe": "^0.13.0",
"protype": "^0.22.0",
"shft": "^0.2.0",
"truly": "^0.19.0",
"zelf": "^0.12.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"source-map-loader": "^0.2.1",
"webpack": "^2.6.1"
}
}