Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / @protobufjs / float / package.json
diff --git a/legacy-libs/@protobufjs/float/package.json b/legacy-libs/@protobufjs/float/package.json
new file mode 100644 (file)
index 0000000..9cf9766
--- /dev/null
@@ -0,0 +1,50 @@
+{
+  "author": {
+    "name": "Daniel Wirtz",
+    "email": "dcode+protobufjs@dcode.io"
+  },
+  "bugs": {
+    "url": "https://github.com/dcodeIO/protobuf.js/issues"
+  },
+  "dependencies": {},
+  "description": "Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.",
+  "devDependencies": {
+    "benchmark": "^2.1.4",
+    "chalk": "^1.1.3",
+    "ieee754": "^1.1.8",
+    "istanbul": "^0.4.5",
+    "tape": "^4.6.3"
+  },
+  "directories": {},
+  "dist": {
+    "shasum": "5e9e1abdcb73fc0a7cb8b291df78c8cbd97b87d1",
+    "tarball": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz"
+  },
+  "homepage": "https://github.com/dcodeIO/protobuf.js#readme",
+  "license": "BSD-3-Clause",
+  "main": "index.js",
+  "maintainers": [
+    {
+      "name": "dcode",
+      "email": "dcode+npm@dcode.io"
+    },
+    {
+      "name": "protobufjs",
+      "email": "dcode+protobufjs@dcode.io"
+    }
+  ],
+  "name": "@protobufjs/float",
+  "optionalDependencies": {},
+  "readme": "ERROR: No README data found!",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/dcodeIO/protobuf.js.git"
+  },
+  "scripts": {
+    "bench": "node bench",
+    "coverage": "istanbul cover node_modules/tape/bin/tape tests/*.js",
+    "test": "tape tests/*.js"
+  },
+  "types": "index.d.ts",
+  "version": "1.0.2"
+}