source: trip-planner-front/node_modules/obuf/package.json@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • 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.