12 lines
340 B
JSON
12 lines
340 B
JSON
|
{
|
||
|
"//":
|
||
|
["Rename this sample file to package.json to use on your project."
|
||
|
, "The sample-package.json file will be overwritten in updates/reinstalls."
|
||
|
],
|
||
|
"name": "sample-node-project",
|
||
|
"version": "0.0.1",
|
||
|
"description": "node part of the project",
|
||
|
"main": "main.js",
|
||
|
"author": "janeasystems",
|
||
|
"license": ""
|
||
|
}
|