forked from kat4/meow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 869 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": "meow",
"version": "1.0.0",
"description": "an app for people to share opinions",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/tape ./test/*",
"coverage": "istanbul cover ./node_modules/.bin/tape ./test/*",
"codeclimate": "CODECLIMATE_REPO_TOKEN=ac059f38fbec9fcf6b517790cef744bb720d226a3724cc1ca24b2c730e4837e7 codeclimate-test-reporter < ./coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kat4/meow.git"
},
"keywords": [
"meow"
],
"author": "kat4",
"license": "ISC",
"bugs": {
"url": "https://github.com/kat4/meow/issues"
},
"homepage": "https://github.com/kat4/meow#readme",
"dependencies": {
"hiredis": "^0.4.1",
"redis": "^2.1.0"
},
"devDependencies": {
"istanbul": "^0.3.22",
"shot": "^1.7.0",
"tape": "^4.2.1"
}
}