-
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) · 825 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 825 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": "trash-talk",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Weka2015-Projects/trash-talk.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Weka2015-Projects/trash-talk/issues"
},
"homepage": "https://github.com/Weka2015-Projects/trash-talk#readme",
"devDependencies": {
"chai": "^3.4.1",
"color": "^0.10.1",
"colors": "^1.1.2",
"emoji-and-emoticons": "0.0.5",
"fs-extra": "^0.26.3",
"inquirer": "^0.11.0",
"mocha": "^2.3.4",
"ramda": "^0.18.0",
"socket.io": "^1.3.7",
"socket.io-client": "^1.3.7"
},
"dependencies": {
"inquirer": "^0.11.0"
}
}