forked from w3c-social/activitystreams-test-documents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 783 Bytes
/
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
{
"name": "activitystreams-test-documents",
"version": "0.0.0",
"description": "Collection of documents for testing activity streams parsers",
"main": "index.js",
"bin": {
"activitystreams-test-documents": "extract-as2-examples.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w3c-social/activitystreams-test-documents.git"
},
"keywords": [
"activitystreams",
"as2"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/w3c-social/activitystreams-test-documents/issues"
},
"homepage": "https://github.com/w3c-social/activitystreams-test-documents#readme",
"devDependencies": {
"htmlparser2": "^3.9.0"
}
}