aboutsummaryrefslogtreecommitdiff
path: root/node_modules/util/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/util/package.json')
-rw-r--r--node_modules/util/package.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/node_modules/util/package.json b/node_modules/util/package.json
new file mode 100644
index 00000000..13d19a0f
--- /dev/null
+++ b/node_modules/util/package.json
@@ -0,0 +1,35 @@
+{
+ "author": {
+ "name": "Joyent",
+ "url": "http://www.joyent.com"
+ },
+ "name": "util",
+ "description": "Node.JS util module",
+ "keywords": [
+ "util"
+ ],
+ "version": "0.10.4",
+ "homepage": "https://github.com/defunctzombie/node-util",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/defunctzombie/node-util"
+ },
+ "main": "./util.js",
+ "files": [
+ "util.js",
+ "support"
+ ],
+ "scripts": {
+ "test": "node test/node/*.js && zuul test/browser/*.js"
+ },
+ "dependencies": {
+ "inherits": "2.0.3"
+ },
+ "license": "MIT",
+ "devDependencies": {
+ "zuul": "~1.0.9"
+ },
+ "browser": {
+ "./support/isBuffer.js": "./support/isBufferBrowser.js"
+ }
+}