forked from rprinz08/lost-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.27 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.27 KB
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
{
"name": "lost-node",
"version": "0.1.0",
"description": "RFC5222 LoST Server",
"homepage": "https://github.com/rprinz08/lost-node",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "richard.prinz@min.at",
"license": "GPL",
"dependencies": {
"atob": "^1.1.2",
"basic-auth": "^1.0.3",
"bindings": "^1.2.1",
"btoa": "^1.1.2",
"colors": "^1.1.2",
"express": "^4.13.3",
"express-debug": "^1.1.1",
"file-stream-rotator": "0.0.6",
"libxml-to-js": "^0.3.11",
"libxmljs": "^0.15.0",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"mongodb": "^1.4.39",
"morgan": "^1.6.1",
"node-uuid": "^1.4.7",
"odata-server": "^1.3.7",
"q": "^1.4.1",
"serve-favicon": "^2.3.0",
"serve-index": "^1.7.2",
"sprintf": "^0.1.5",
"stdio": "^0.2.7",
"xmlbuilder": "^4.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-htmlmin": "^0.5.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.9.2",
"grunt-jsdoc": "^1.0.0"
}
}