|
Last change
on this file was e4c61dd, checked in by istevanoska <ilinastevanoska@…>, 6 months ago |
|
Prototype 1.1
|
-
Property mode
set to
100644
|
|
File size:
676 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "rw",
|
|---|
| 3 | "version": "1.3.3",
|
|---|
| 4 | "description": "Now stdin and stdout are files.",
|
|---|
| 5 | "keywords": [
|
|---|
| 6 | "fs",
|
|---|
| 7 | "readFile",
|
|---|
| 8 | "writeFile",
|
|---|
| 9 | "stdin",
|
|---|
| 10 | "stdout"
|
|---|
| 11 | ],
|
|---|
| 12 | "homepage": "https://github.com/mbostock/rw",
|
|---|
| 13 | "license": "BSD-3-Clause",
|
|---|
| 14 | "author": {
|
|---|
| 15 | "name": "Mike Bostock",
|
|---|
| 16 | "url": "http://bost.ocks.org/mike"
|
|---|
| 17 | },
|
|---|
| 18 | "main": "index.js",
|
|---|
| 19 | "repository": {
|
|---|
| 20 | "type": "git",
|
|---|
| 21 | "url": "http://github.com/mbostock/rw.git"
|
|---|
| 22 | },
|
|---|
| 23 | "scripts": {
|
|---|
| 24 | "test": "test/run-tests && eslint index.js lib",
|
|---|
| 25 | "prepublish": "npm test",
|
|---|
| 26 | "postpublish": "git push && git push --tags"
|
|---|
| 27 | },
|
|---|
| 28 | "devDependencies": {
|
|---|
| 29 | "d3-queue": "3",
|
|---|
| 30 | "eslint": "3"
|
|---|
| 31 | }
|
|---|
| 32 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.