This repository was archived by the owner on Dec 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.35 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.35 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "badges-service",
"version": "0.1.0",
"description": "",
"private": true,
"main": "service.js",
"scripts": {
"start": "node .",
"dev": "nodemon .",
"lint": "./node_modules/.bin/semistandard *.js config/config.js lib",
"test": "npm run lint && ./node_modules/.bin/lab --ignore __core-js_shared__ --flat --threshold 92 -r html -o ./coverage/coverage.html -r lcov -o ./coverage/lcov.info -r json -o ./coverage/coverage.json -r console -o stdout"
},
"pre-commit": [
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/CoderDojo/cp-badges-service.git"
},
"author": "CoderDojo Foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoderDojo/community-platform/issues"
},
"dependencies": {
"async": "1.3.0",
"cp-logs-lib": "https://github.com/CoderDojo/cp-logs-lib#1.1.0",
"cp-permissions-plugin": "https://github.com/CoderDojo/cp-permissions-plugin#1.0.2",
"jws": "3.0.0",
"le_node": "1.1.0",
"lodash": "3.7.0",
"moment": "2.10.3",
"newrelic": "1.21.1",
"openbadges-bakery": "1.0.4",
"request": "2.58.0",
"seneca": "0.7.2"
},
"devDependencies": {
"chai": "2.3.0",
"lab": "14.x",
"nodemon": "1.11.0",
"pre-commit": "1.1.2",
"semistandard": "7.0.3",
"sinon": "1.14.1"
},
"engine": {
"node": "0.10.x"
}
}