forked from jasnell/activitystrea.ms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 1.04 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
{
"name": "activitystrea.ms",
"version": "2.1.3",
"description": "Activity Streams 2.0 JavaScript Implementation",
"author": "James M Snell <jasnell@us.ibm.com>",
"keywords": [
"activitystreams"
],
"repository": {
"type": "git",
"url": "https://github.com/jasnell/activitystreams.js"
},
"license": "Apache-2.0",
"scripts": {
"test": "LANG=en-US mocha test/test.js"
},
"dependencies": {
"activitystreams-context": "^3.0.0",
"jsonld": "^0.4.11",
"jsonld-signatures": "^1.1.5",
"moment": "^2.17.1",
"readable-stream": "^2.2.3",
"reasoner": "2.0.0",
"rfc5646": "^2.0.0",
"vocabs-as": "^3.0.0",
"vocabs-asx": "^0.11.1",
"vocabs-interval": "^0.11.1",
"vocabs-ldp": "^0.1.0",
"vocabs-owl": "^0.11.1",
"vocabs-rdf": "^0.11.1",
"vocabs-rdfs": "^0.11.1",
"vocabs-social": "^0.11.1",
"vocabs-xsd": "^0.11.1"
},
"devDependencies": {
"mocha": "^3.2.0",
"through2": "^2.0.3"
},
"main": "./src/activitystreams.js",
"engines": {
"node": ">=4.0.0"
}
}