-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 764 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 764 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
{
"name": "acthesis",
"version": "0.1.4",
"description": " A prothesis (polyfill) for Web user agent currently not suporting Web Activities ",
"main": "lib/index.js",
"dependencies": {
"body-parser": "^1.9.2",
"express": "^4.10.2",
"node-schedule": "^0.1.13",
"websocket.io": "^0.2.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js > server.log &",
"sampleserver": "SAMPLE=true node server.js > server.log &"
},
"repository": {
"type": "git",
"url": "https://github.com/clochix/acthesis.git"
},
"author": {
"name": "Clochix"
},
"license": "AGPL v3",
"bugs": {
"url": "https://github.com/clochix/acthesis/issues"
}
}