forked from BigBlueHat/web-annotation-protocol-tester
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 694 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 694 Bytes
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
{
"name": "web-annotation-protocol-tester",
"version": "0.0.1",
"description": "Test your implementation of the Web Annotation Protocol",
"scripts": {
"test": "mocha -c test/",
"musts": "mocha -c test/musts.js",
"shoulds": "mocha -c test/shoulds.js"
},
"keywords": [
"web",
"annotation",
"annotation",
"testing",
"protocol",
"mocha",
"supertest"
],
"author": "BigBlueHat <byoung@bigbluehat.com>",
"license": "MIT",
"dependencies": {
"chai": "^3.5.0",
"mocha": "^3.4.2",
"mocha-clean": "^1.0.0",
"mocha-pretty-spec-reporter": "0.1.0-beta.2",
"nconf": "^0.8.4",
"supertest": "^3.0.0",
"uuid": "^3.0.1"
}
}