forked from base9/lytics-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 955 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
38
39
40
41
42
{
"name": "lytics",
"version": "0.1.4",
"description": "Analyses server performance ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"lytics",
"analytics",
"server",
"monitoring",
"api",
"monitoring"
],
"author": "Ashmeet Sidhu <ashmeet.sidhu7@gmail.com> (http://ashsidhu.com)",
"license": "ISC",
"devDependencies": {
"express": "^4.10.7",
"gulp": "^3.8.10",
"gulp-jade": "^0.10.0",
"gulp-jshint": "^1.9.0",
"gulp-nodemon": "^1.0.5",
"gulp-stylus": "^1.3.6",
"gulp-util": "^3.0.2"
},
"dependencies": {
"express": "^4.10.7",
"jade": "^1.8.2",
"mongoose": "^3.8.21",
"nib": "^1.0.4",
"on-finished": "^2.2.0",
"socket.io": "^1.2.1",
"socket.io-client": "^1.2.1",
"wiredep": "^2.2.2"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/ashsidhu/lytics.git"
}
}