forked from cassproject/cass-npm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 3.29 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "cassproject",
"version": "0.5.4",
"description": "Competency and Skills Service",
"main": "index.js",
"scripts": {
"test": "npm run test14 && npm run test13 && npm run test12",
"test14": "npm run testkill; docker run -d --name cass-test -p80:80 cassproject/cass:alpine-1.4.0 && npm run testNode16 && npm run testNode15 && npm run testNode14 && npm run testNode13 && npm run testNode12 && npm run testkill",
"test13": "npm run testkill; docker run -d --name cass-test -p80:80 cassproject/cass:alpine-1.3.15 && npm run testNode16 && npm run testNode15 && npm run testNode14 && npm run testNode13 && npm run testNode12 && npm run testkill",
"test12": "npm run testkill; docker run -d --name cass-test -p80:80 cassproject/cass:alpine-1.2.41 && npm run testNode16 && npm run testNode15 && npm run testNode14 && npm run testNode13 && npm run testNode12 && npm run testkill",
"testkill": "docker kill cass-test; docker rm cass-test",
"testNode16": "docker kill npm-cass & docker rm -f npm-cass & docker build --progress plain -f docker/node16 -t npm-cass . & docker run --network=\"host\" --name npm-cass npm-cass",
"testNode15": "docker kill npm-cass & docker rm -f npm-cass & docker build --progress plain -f docker/node15 -t npm-cass . & docker run --network=\"host\" --name npm-cass npm-cass",
"testNode14": "docker kill npm-cass & docker rm -f npm-cass & docker build --progress plain -f docker/node14 -t npm-cass . & docker run --network=\"host\" --name npm-cass npm-cass",
"testNode13": "docker kill npm-cass & docker rm -f npm-cass & docker build --progress plain -f docker/node13 -t npm-cass . & docker run --network=\"host\" --name npm-cass npm-cass",
"testNode12": "docker kill npm-cass & docker rm -f npm-cass & docker build --progress plain -f docker/node12 -t npm-cass . & docker run --network=\"host\" --name npm-cass npm-cass",
"autotest": "nodemon test.js",
"lint": "eslint src -c .eslintrc.js --ext .js --fix",
"publish": "npm publish",
"docs": "yuidoc -c yuidoc.json -o docs -e .js src",
"doclint": "yuidoc --lint -c yuidoc.json -o docs -e .js src"
},
"contributors": [
{
"name": "Devlin Junker",
"email": "devlin.junker@eduworks.com"
},
{
"name": "Thomas Buskirk",
"email": "tom.buskirk@eduworks.com"
},
{
"name": "Kristin Wood",
"email": "kristin.wood@eduworks.com"
},
{
"name": "Ronald 'Fritz' Ray",
"email": "fritz.ray@eduworks.com"
}
],
"dependencies": {
"axios": "^0.21.1",
"base64-arraybuffer": "^0.2.0",
"forge": "^2.3.0",
"form-data": "^2.1.2",
"jsonld": "^5.2.0",
"node-forge": "^0.10.0",
"papaparse": "^5.3.0",
"pem-jwk": "^2.0.0",
"promise-worker": "^2.0.1",
"web-worker": "^1.0.0"
},
"files": [
"lib/",
"src/",
"index.js",
"test.js"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/cassproject/cass-npm.git"
},
"keywords": [
"cass",
"cassproject",
"competency"
],
"author": "Fritz Ray <fritz.ray@eduworks.com> (http://docs.cassproject.org)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cassproject/cass-npm/issues"
},
"homepage": "https://github.com/cassproject/cass-npm#readme",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.25.0",
"nodemon": "^2.0.7",
"prettier": "^2.2.1",
"yuidoc-ember-cli-theme": "^1.0.4",
"yuidocjs": "^0.10.2"
}
}