forked from lolibrarian/NYPL-Emoji-Bot
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 849 Bytes
/
package.json
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": "Emojimuseet",
"version": "0.0.0",
"description": "Emojimuseet",
"author": "Lauren Lampasone, Aron Ambrosiani",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Ambrosiani/Emojimuseet"
},
"dependencies": {
"ejs": "2.4.1",
"messenger-bot": "^2.4.0",
"thenby": "^1.2.1",
"twit": "1.x"
},
"bugs": {
"url": "https://github.com/Ambrosiani/Emojimuseet/issues"
},
"homepage": "https://github.com/Ambrosiani/Emojimuseet",
"main": "src/status.js",
"devDependencies": {
"eslint": "^3.3.0",
"foreman": "^1.4.1",
"mocha": "^3.0.2"
},
"scripts": {
"test": "`npm bin`/eslint . && `npm bin`/mocha --recursive",
"status": "`npm bin`/nf run bin/status",
"reply": "`npm bin`/nf run bin/reply",
"missing": "`npm bin`/nf run bin/missing"
}
}