-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 827 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 827 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
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "node-study-2",
"version": "1.0.0",
"engines": {
"node": "6.2.2"
},
"description": "a git project series 2 of x that will focus on recording my study of node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisJokinen/node-study-2.git"
},
"keywords": [
"nodejs",
"node.js",
"tutorial",
"example",
"git work flow",
"git branches",
"git desktop",
"settings",
"ini",
"gitignore"
],
"author": "Chris A Jokinen",
"license": "ISC",
"bugs": {
"url": "https://github.com/ChrisJokinen/node-study-2/issues"
},
"homepage": "https://github.com/ChrisJokinen/node-study-2#readme",
"dependencies": {
"http": "0.0.0"
}
}