init
Showing
index.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "nodejs_tutorial", | ||
| "version": "1.0.0", | ||
| "description": "Nodejs教學分享", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "http://gitlab.essenptl.com/jameschiu/nodejs_tutorial.git" | ||
| }, | ||
| "keywords": [], | ||
| "author": "", | ||
| "license": "ISC" | ||
| } |
Please register or sign in to comment