-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 760 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 760 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
{
"name": "NodeJs-AutoComplete",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "tape test/* | tap-spec",
"connect": "nodemon src/server.js",
"start": "node src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karam1ashqar/NodeJs-AutoComplete.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/karam1ashqar/NodeJs-AutoComplete/issues"
},
"homepage": "https://github.com/karam1ashqar/NodeJs-AutoComplete#readme",
"devDependencies": {
"nodemon": "^1.18.10",
"nyc": "^13.3.0"
},
"dependencies": {
"tap-spec": "^5.0.0",
"tape": "^4.10.1"
}
}