28 lines
633 B
JSON
28 lines
633 B
JSON
{
|
|
"name": "immediate",
|
|
"version": "3.0.6",
|
|
"description": "A cross browser microtask library",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/calvinmetcalf/immediate.git"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"dist"
|
|
],
|
|
"main": "lib/index.js",
|
|
"browser": {
|
|
"./lib/index.js": "./lib/browser.js"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^13.0.0",
|
|
"browserify-transform-cli": "^1.1.1",
|
|
"derequire": "^2.0.0",
|
|
"inline-process-browser": "^2.0.0",
|
|
"jshint": "^2.5.1",
|
|
"tape": "^4.0.0",
|
|
"uglify-js": "^2.4.13",
|
|
"unreachable-branch-transform": "^0.5.1"
|
|
}
|
|
} |