|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
554 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "obuf",
|
|---|
| 3 | "version": "1.1.2",
|
|---|
| 4 | "description": "",
|
|---|
| 5 | "main": "index.js",
|
|---|
| 6 | "scripts": {
|
|---|
| 7 | "test": "mocha test/**/*-test.js"
|
|---|
| 8 | },
|
|---|
| 9 | "repository": {
|
|---|
| 10 | "type": "git",
|
|---|
| 11 | "url": "git@github.com:indutny/offset-buffer"
|
|---|
| 12 | },
|
|---|
| 13 | "keywords": [
|
|---|
| 14 | "Offset",
|
|---|
| 15 | "Buffer",
|
|---|
| 16 | "reader"
|
|---|
| 17 | ],
|
|---|
| 18 | "author": "Fedor Indutny <fedor@indutny.com>",
|
|---|
| 19 | "license": "MIT",
|
|---|
| 20 | "bugs": {
|
|---|
| 21 | "url": "https://github.com/indutny/offset-buffer/issues"
|
|---|
| 22 | },
|
|---|
| 23 | "homepage": "https://github.com/indutny/offset-buffer",
|
|---|
| 24 | "devDependencies": {
|
|---|
| 25 | "mocha": "^1.21.4"
|
|---|
| 26 | }
|
|---|
| 27 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.