diff options
Diffstat (limited to 'node_modules/throttleit/package.json')
-rw-r--r-- | node_modules/throttleit/package.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/node_modules/throttleit/package.json b/node_modules/throttleit/package.json new file mode 100644 index 0000000..709467b --- /dev/null +++ b/node_modules/throttleit/package.json @@ -0,0 +1,18 @@ +{ + "name": "throttleit", + "description": "Throttle a function", + "version": "0.0.2", + "keywords": [], + "repository": { + "type": "git", + "url": "git://github.com/component/throttle.git" + }, + "dependencies": {}, + "development": {}, + "license": "MIT", + "component": { + "scripts": { + "throttle/index.js": "index.js" + } + } +} |