Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
712 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "read-cache",
|
---|
| 3 | "version": "1.0.0",
|
---|
| 4 | "description": "Reads and caches the entire contents of a file until it is modified",
|
---|
| 5 | "files": [
|
---|
| 6 | "index.js"
|
---|
| 7 | ],
|
---|
| 8 | "main": "index.js",
|
---|
| 9 | "scripts": {
|
---|
| 10 | "test": "ava"
|
---|
| 11 | },
|
---|
| 12 | "repository": {
|
---|
| 13 | "type": "git",
|
---|
| 14 | "url": "git+https://github.com/TrySound/read-cache.git"
|
---|
| 15 | },
|
---|
| 16 | "keywords": [
|
---|
| 17 | "fs",
|
---|
| 18 | "read",
|
---|
| 19 | "cache"
|
---|
| 20 | ],
|
---|
| 21 | "author": "Bogdan Chadkin <trysound@yandex.ru>",
|
---|
| 22 | "license": "MIT",
|
---|
| 23 | "bugs": {
|
---|
| 24 | "url": "https://github.com/TrySound/read-cache/issues"
|
---|
| 25 | },
|
---|
| 26 | "homepage": "https://github.com/TrySound/read-cache#readme",
|
---|
| 27 | "devDependencies": {
|
---|
| 28 | "ava": "^0.9.1",
|
---|
| 29 | "del": "^2.2.0"
|
---|
| 30 | },
|
---|
| 31 | "dependencies": {
|
---|
| 32 | "pify": "^2.3.0"
|
---|
| 33 | }
|
---|
| 34 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.