aboutsummaryrefslogtreecommitdiff
path: root/node_modules/timers-browserify/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-03 15:35:00 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-03 15:35:00 +0200
commitde98e0b232509d5f40c135d540a70e415272ff85 (patch)
treea79222a5b58484ab3b80d18efcaaa7ccc4769b33 /node_modules/timers-browserify/package.json
parente0c9d480a73fa629c1e4a47d3e721f1d2d345406 (diff)
downloadwallet-core-de98e0b232509d5f40c135d540a70e415272ff85.tar.xz
node_modules
Diffstat (limited to 'node_modules/timers-browserify/package.json')
-rw-r--r--node_modules/timers-browserify/package.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/node_modules/timers-browserify/package.json b/node_modules/timers-browserify/package.json
new file mode 100644
index 000000000..be72f1df7
--- /dev/null
+++ b/node_modules/timers-browserify/package.json
@@ -0,0 +1,52 @@
+{
+ "author": "J. Ryan Stinnett <jryans@gmail.com> (http://convolv.es/)",
+ "name": "timers-browserify",
+ "description": "timers module for browserify",
+ "version": "2.0.2",
+ "homepage": "https://github.com/jryans/timers-browserify",
+ "bugs": "https://github.com/jryans/timers-browserify/issues",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/jryans/timers-browserify.git"
+ },
+ "contributors": [
+ "Colton Brown <coltonTB@me.com>",
+ "Guy Bedford <guybedford@gmail.com>",
+ "Ionut-Cristian Florescu <ionut.florescu@gmail.com>",
+ "James Halliday <mail@substack.net>",
+ "Jan Schär <jscissr@gmail.com>",
+ "Johannes Ewald <johannes.ewald@peerigon.com>",
+ "Jonathan Prins <jon@blip.tv>",
+ "Matt Esch <matt@mattesch.info>"
+ ],
+ "main": "main.js",
+ "dependencies": {
+ "setimmediate": "^1.0.4"
+ },
+ "devDependencies": {
+ "connect": "~2.3.0",
+ "browserify": "~1.10.16"
+ },
+ "optionalDependencies": {},
+ "engines": {
+ "node": ">=0.6.0"
+ },
+ "keywords": [
+ "timers",
+ "browserify",
+ "browser"
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/jryans/timers-browserify/blob/master/LICENSE.md"
+ }
+ ],
+ "jspm": {
+ "map": {
+ "./main.js": {
+ "node": "@node/timers"
+ }
+ }
+ }
+}