forked from fac-14/Week4TakingAIME
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 701 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 701 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
{
"name": "markdown-emoji-search",
"version": "1.0.0",
"description": "emoji search with autocomplete",
"main": "logic.js",
"scripts": {
"test": "nodemon ./logic.test.js | tap-spec",
"start": "node src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fac-14/Week4TakingAIME.git"
},
"keywords": ["emoji", "search", "autocomplete"],
"author": "AIME",
"license": "ISC",
"bugs": {
"url": "https://github.com/fac-14/Week4TakingAIME/issues"
},
"homepage": "https://github.com/fac-14/Week4TakingAIME#readme",
"devDependencies": {
"nodemon": "^1.18.3",
"nyc": "^12.0.2",
"tap-spec": "^5.0.0",
"tape": "^4.9.1"
}
}