mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/RoboCommander.git
synced 2026-06-15 09:56:04 +00:00
20 lines
433 B
JSON
20 lines
433 B
JSON
|
|
{
|
||
|
|
"name": "rw",
|
||
|
|
"version": "1.3.3",
|
||
|
|
"description": "Now stdin and stdout are files.",
|
||
|
|
"homepage": "https://github.com/mbostock/rw",
|
||
|
|
"license": "BSD-3-Clause",
|
||
|
|
"author": {
|
||
|
|
"name": "Mike Bostock",
|
||
|
|
"url": "http://bost.ocks.org/mike"
|
||
|
|
},
|
||
|
|
"main": "index.js",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "http://github.com/mbostock/rw.git"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"d3-queue": "3",
|
||
|
|
"eslint": "3"
|
||
|
|
}
|
||
|
|
}
|