-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1007 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1007 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
{
"name": "finding-nemo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon ./lib/start.js",
"test": "tape ./test/*",
"coverage": "istanbul cover ./node_modules/.bin/tape ./test/*",
"codeclimate": "CODECLIMATE_REPO_TOKEN=f2239cec8ac03d9f645c2b6d2c358a32130fa1aca6b222cf797afae7f6cac996 codeclimate-test-reporter codeclimate-test-reporter < ./coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facstars/finding-nemo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/facstars/finding-nemo/issues"
},
"homepage": "https://github.com/facstars/finding-nemo#readme",
"dependencies": {
"hapi": "^12.1.0",
"hapi-auth-basic": "^4.1.0",
"hoek": "^3.0.4",
"inert": "^3.2.0",
"nodemon": "^1.8.1"
},
"devDependencies": {
"codeclimate-test-reporter": "^0.3.1",
"istanbul": "^0.4.2",
"shot": "^3.0.1",
"tape": "^4.5.0"
}
}