Skip to content

Commit 7c2ca97

Browse files
committed
add npm info
1 parent 51d7bc5 commit 7c2ca97

File tree

1 file changed

+31
-14
lines changed

1 file changed

+31
-14
lines changed

package.json

Lines changed: 31 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,32 @@
11
{
2-
"name": "nodeMemoryDB",
3-
"author": "tinhour <[email protected]>",
4-
"version": "1.0.0",
5-
"describe": "this is a simple memory DB service build in nodejs",
6-
"dependencies": {
7-
"body-parser": "^1.18.2",
8-
"express": "^4.16.2",
9-
"forever": "^0.15.3"
10-
},
11-
"scripts": {
12-
"foreverstart": "forever foreverstart.json",
13-
"start": "node index.js"
14-
}
15-
}
2+
"name": "nodememorydb",
3+
"author": "tinhour <[email protected]>",
4+
"version": "1.0.0",
5+
"describe": "this is a simple memory DB service build in nodejs",
6+
"dependencies": {
7+
"body-parser": "^1.18.2",
8+
"express": "^4.16.2",
9+
"forever": "^0.15.3"
10+
},
11+
"scripts": {
12+
"foreverstart": "forever foreverstart.json",
13+
"start": "node index.js"
14+
},
15+
"description": "this is a simple memory DB service build in nodejs after install,then input ## npm run start ,this will run listen 81 port ,start a server as a memory DB.",
16+
"main": "index.js",
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/tinhour/nodeMemoryDB.git"
20+
},
21+
"keywords": [
22+
"memoryDB",
23+
"nodejs",
24+
"simple",
25+
"database"
26+
],
27+
"license": "MIT",
28+
"bugs": {
29+
"url": "https://github.com/tinhour/nodeMemoryDB/issues"
30+
},
31+
"homepage": "https://github.com/tinhour/nodeMemoryDB#readme"
32+
}

0 commit comments

Comments
 (0)