forked from MarshallOfSound/OpenLog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"name": "openlog",
"version": "1.0.3",
"description": "An easy way to aggregate client side logging",
"main": "server/server.js",
"bin": {
"openlog": "./server/server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/MarshallOfSound/OpenLog.git"
},
"scripts": {
"test": "grunt test"
},
"author": "Samuel Attard",
"license": "Apache 2",
"dependencies": {
"basic-auth": "^1.0.2",
"body-parser": "^1.13.1",
"compression": "^1.5.0",
"ejs": "^2.3.1",
"express": "^4.12.4",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-text-replace": "^0.4.0",
"moment": "^2.10.3",
"sync-exec": "^0.5.0",
"tingodb": "^0.3.4"
},
"devDependencies": {
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.3.2",
"should": "^7.1.0",
"supertest": "^1.1.0"
}
}