Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
584 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "wbuf",
|
---|
3 | "version": "1.7.3",
|
---|
4 | "description": "Write buffer",
|
---|
5 | "main": "index.js",
|
---|
6 | "scripts": {
|
---|
7 | "test": "mocha test/**/*-test.js"
|
---|
8 | },
|
---|
9 | "repository": {
|
---|
10 | "type": "git",
|
---|
11 | "url": "git@github.com:indutny/wbuf"
|
---|
12 | },
|
---|
13 | "keywords": [
|
---|
14 | "Write",
|
---|
15 | "Buffer"
|
---|
16 | ],
|
---|
17 | "author": "Fedor Indutny <fedor@indutny.com>",
|
---|
18 | "license": "MIT",
|
---|
19 | "bugs": {
|
---|
20 | "url": "https://github.com/indutny/wbuf/issues"
|
---|
21 | },
|
---|
22 | "homepage": "https://github.com/indutny/wbuf",
|
---|
23 | "devDependencies": {
|
---|
24 | "mocha": "^5.0.4"
|
---|
25 | },
|
---|
26 | "dependencies": {
|
---|
27 | "minimalistic-assert": "^1.0.0"
|
---|
28 | }
|
---|
29 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.