forked from adlnet/lrs-conformance-test-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.75 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
{
"name": "lrs-conformance-tests",
"version": "1.2.2",
"description": "lrs-conformance-tests",
"main": "./bin/console_runner.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha test/v1_0_2/*.js --reporter nyan",
"start": "node ./bin/console_runner.js"
},
"repository": {
"type": "git",
"url": "git://github.com/TryxAPI/lrs-conformance-tests.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/TryxAPI/lrs-conformance-tests/issues"
},
"bin": {
"lrs-test": "./bin/console_runner.js"
},
"homepage": "https://github.com/TryxAPI/lrs-conformance-tests",
"dependencies": {
"chai": "^2.3.0",
"chai-as-promised": "^4.1.1",
"chai-things": "^0.2.0",
"colors": "^1.1.2",
"comb": "^1.0.1",
"commander": "^2.6.0",
"concat-stream": "^1.5.1",
"cookie-parser": "^1.4.1",
"dirty-chai": "^1.0.0",
"exit": "^0.1.2",
"express": "^4.14.1",
"extend": "^2.0.0",
"form-data": "^1.0.0-rc4",
"form-urlencoded": "0.0.7",
"isemail": "^1.1.1",
"joi": "^6.4.1",
"jsonschema": "^1.1.0",
"jws": "^3.1.3",
"lodash-node": "^3.2.0",
"mocha": "^1.20.1",
"moment": "^2.8.4",
"node-env-file": "0.1.3",
"node-uuid": "^1.4.1",
"oauth": "^0.9.14",
"oauth-1.0a": "^1.0.1",
"open": "0.0.5",
"pretty-error": "^2.0.0",
"q": "^1.1.2",
"querystring": "^0.2.0",
"questions": "0.0.6",
"request": "^2.37.0",
"should": "^4.0.4",
"string": "^3.1.0",
"super-request": "git+https://github.com/rchadwic/super-request.git#ipc",
"superagent-oauth": "^0.2.3",
"supertest": "git+https://github.com/rchadwic/supertest.git#ipc",
"supertest-as-promised": "^1.0.0",
"uuid": "^2.0.1",
"validator": "^5.7.0"
}
}