forked from jfraboni/javascript-thinking-in-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 634 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 634 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
{
"name": "contacts",
"version": "0.0.1",
"description": "An app to manage contacts",
"main": "app.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/jfraboni/javascript-thinking-in-objects.git"
},
"author": "jfraboni",
"license": "MIT",
"bugs": {
"url": "https://github.com/jfraboni/javascript-thinking-in-objects/issues"
},
"homepage": "https://github.com/jfraboni/javascript-thinking-in-objects",
"dependencies": {
"cli-table": "^0.3.0",
"csv": "^0.4.0",
"deep-extend": "^0.2.11",
"prompt": "^0.2.13",
"tsv": "^0.2.0"
}
}