-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.21 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
47
48
49
50
51
{
"name": "rswiki",
"version": "0.1.1",
"description": "An approach for a RESTful and semantic wiki",
"keywords": [
"semantic",
"wiki",
"rest",
"restful",
"semantic web",
"semweb",
"linked data"
],
"homepage": "http://forschung.ti.bfh.ch/de/institute/institute_for_ict_based_management",
"main": "server.js",
"private": "true",
"directories": {
"test": "./test",
"lib": "./lib",
"static": "./static",
"scripts": "./scripts"
},
"engines" : { "node" : ">=0.10.13" },
"dependencies": {
"pagedown": "~1.0.0",
"domo": "~0.5.8",
"mimeparse": "~0.1.4",
"bunyan": "~0.18.2",
"restify": "~2.2.1",
"request": "~2.16.2",
"nconf": "~0.6.7",
"mocha": "~1.8.2",
"gitty": "~1.2.4"
},
"scripts": {
"start": "node server.js",
"postinstall": "node scripts/postinstall.js",
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/iam-ictm/rswiki.git"
},
"author": {
"name": "Pascal Mainini",
"email": "[email protected]",
"url": "http://mainini.ch"
},
"license": "MIT",
"readmeFilename": "README.md"
}