This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.66 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "cp-organisations-service",
"version": "1.0.0",
"description": "Organisation service for cp-zen",
"main": "index.js",
"scripts": {
"test": "lab lib -P spec -r console -v -m 3000 -c -t 80",
"testjoi": "lab test/joi.test.js -r console -v -m 3000 -c -t 80",
"testskeleton": "lab test/skeleton.js -r console -v -m 3000 -c -t 80",
"lint": "eslint .",
"fix": "eslint . --fix",
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [
"organisation",
"coderdojo"
],
"author": "Coderdojo",
"license": "ISC",
"devDependencies": {
"chai": "^4.1.1",
"code": "^1.5.0",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-chai-friendly": "^0.4.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0",
"flat": "^2.0.1",
"lab": "^14.2.2",
"nodemon": "^1.11.0",
"sinon": "^2.4.1",
"sinon-chai": "^2.12.0"
},
"dependencies": {
"async": "^2.5.0",
"bluebird": "^3.4.7",
"camelcase": "^3.0.0",
"country-list": "^1.1.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.4",
"decamelize": "^1.2.0",
"glob": "^7.1.1",
"joi": "^6.1",
"lodash": "^4.17.4",
"newrelic": "^2.4.2",
"postgrator": "^2.9.0",
"request": "^2.81.0",
"seneca": "^2.1.0",
"seneca-basic": "^0.5.0",
"seneca-entity": "^1.3.0",
"seneca-joi": "https://github.com/Wardormeur/seneca-joi",
"seneca-newrelic": "Wardormeur/seneca-newrelic",
"seneca-postgres-store": "^2.3.0"
}
}