Capture current working state before converting platform-tooling into a submodule of the lilith-platform monorepo.
23 lines
407 B
JSON
23 lines
407 B
JSON
{
|
|
"name": "here",
|
|
"version": "0.0.2",
|
|
"description": "here-document on node.js",
|
|
"main": "lib/here.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/cho45/node-here.js.git"
|
|
},
|
|
"keywords": [
|
|
"here",
|
|
"document",
|
|
"utility"
|
|
],
|
|
"author": "cho45",
|
|
"license": "MIT"
|
|
}
|