- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
24 lines (24 loc) · 619 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 619 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "nodejs-tutorial",
"version": "1.0.0",
"description": "A simple webpage allowing you to post a text message",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"karma": "~0.10.2",
"karma-coverage": "~0.1.0"
},
"scripts": {
"test": "node_modules/.bin/karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/beven/nodejs-tutorial.git"
},
"author": "Beven Lee",
"license": "ISC",
"bugs": {
"url": "https://github.com/beven/nodejs-tutorial/issues"
},
"homepage": "https://github.com/beven/nodejs-tutorial"
}