Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / @protobufjs / eventemitter / package.json
1 {
2   "author": {
3     "name": "Daniel Wirtz",
4     "email": "dcode+protobufjs@dcode.io"
5   },
6   "bugs": {
7     "url": "https://github.com/dcodeIO/protobuf.js/issues"
8   },
9   "dependencies": {},
10   "description": "A minimal event emitter.",
11   "devDependencies": {
12     "istanbul": "^0.4.5",
13     "tape": "^4.6.3"
14   },
15   "directories": {},
16   "dist": {
17     "shasum": "355cbc98bafad5978f9ed095f397621f1d066b70",
18     "tarball": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz"
19   },
20   "homepage": "https://github.com/dcodeIO/protobuf.js#readme",
21   "license": "BSD-3-Clause",
22   "main": "index.js",
23   "maintainers": [
24     {
25       "name": "dcode",
26       "email": "dcode@dcode.io"
27     },
28     {
29       "name": "protobufjs",
30       "email": "dcode+npm-protobufjs@dcode.io"
31     }
32   ],
33   "name": "@protobufjs/eventemitter",
34   "optionalDependencies": {},
35   "readme": "ERROR: No README data found!",
36   "repository": {
37     "type": "git",
38     "url": "git+https://github.com/dcodeIO/protobuf.js.git"
39   },
40   "scripts": {
41     "coverage": "istanbul cover node_modules/tape/bin/tape tests/*.js",
42     "test": "tape tests/*.js"
43   },
44   "types": "index.d.ts",
45   "version": "1.1.0"
46 }