-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1001 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
30
31
32
33
34
35
36
37
{
"name": "infolis-common",
"version": "0.0.2",
"description": "Common functionality for Infolis Node projects",
"main": "index.js",
"scripts": {
"test": "coffee test/* | tap-spec",
"docs": "docker -i src -o apidocs --updated_files -s -n -c vs --extras fileSearch",
"compile": "coffee -c -o lib src"
},
"repository": {
"type": "git",
"url": "[email protected]:infolis/infolis-common"
},
"author": "Konstantin Baierer",
"license": "MIT",
"bugs": {
"url": "https://github.com/infolis/infolis-common/issues"
},
"homepage": "https://github.com/infolis/infolis-common",
"dependencies": {
"accepts": "^1.2.4",
"jsonld": "^0.3.22",
"n3": "^0.4.1",
"node-mocks-http": "^1.2.4",
"raptor": "git://github.com/0xfeedface/node_raptor.git"
},
"devDependencies": {
"docker": "^0.2.14",
"express": "^4.12.0",
"mocks": "0.0.15",
"supertest": "^0.15.0",
"tap-spec": "^2.2.1",
"tape": "^3.5.0",
"tapes": "^0.4.1"
}
}