-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 987 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
34
35
{
"name": "koala-roar",
"version": "1.0.0",
"description": "Our 4th project - a twitter clone. ROAR!",
"main": "index.js",
"scripts": {
"test": "istanbul cover tape ./test/back.js && istanbul check-coverage --statement 20",
"codeclimate": "CODECLIMATE_REPO_TOKEN=8da0099d96b93d4fafa4d75b0dce9825d68891314ebb28be7cab427de0dc21e0 codeclimate-test-reporter < coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koalabears/koala-roar.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/koalabears/koala-roar/issues"
},
"homepage": "https://github.com/koalabears/koala-roar#readme",
"devDependencies": {
"codeclimate-test-reporter": "^0.1.1",
"istanbul": "^0.3.22",
"pre-commit": "^1.1.1",
"shot": "^1.7.0",
"tape": "^4.2.1"
},
"pre-commit": [
"test"
],
"dependencies": {
"hiredis": "^0.4.1",
"redis": "^2.1.0",
"redis-server": "0.0.1"
}
}