forked from adlnet/lrs-conformance-test-suite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 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
{
"name": "lrs-conformance-tests",
"version": "1.2.2",
"description": "lrs-conformance-tests",
"main": "test.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha test/v1_0_2/*.js --reporter nyan"
},
"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/lrs-test.js"
},
"homepage": "https://github.com/TryxAPI/lrs-conformance-tests",
"dependencies": {
"chai": "^2.3.0",
"chai-as-promised": "^4.1.1",
"commander": "^2.6.0",
"dirty-chai": "^1.0.0",
"exit": "^0.1.2",
"extend": "^2.0.0",
"form-urlencoded": "0.0.7",
"isemail": "^1.1.1",
"joi": "^6.4.1",
"lodash-node": "^3.2.0",
"mocha": "^1.20.1",
"moment": "^2.8.4",
"node-env-file": "0.1.3",
"node-uuid": "^1.4.1",
"q": "^1.1.2",
"querystring": "^0.2.0",
"request": "^2.37.0",
"should": "^4.0.4",
"string": "^3.1.0",
"super-request": "0.0.8",
"supertest": "^0.13.0",
"supertest-as-promised": "^1.0.0"
}
}