-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
80 lines (80 loc) · 1.84 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "Hakstrace",
"version": "0.0.1b",
"description": "Monitoring Javascript errors",
"scripts": {
},
"keywords": [
"AngularJS",
"admin",
"admin",
"dashboard",
"admin",
"panel",
"app",
"charts",
"components",
"flat",
"flat",
"ui",
"responsive",
"responsive",
"layout",
"ui",
"kit",
"ui",
"route",
"web",
"app",
"widgets"
],
"repository": "https://heyflat@bitbucket.org/heyflat/angulr.git",
"author": "haks1999@gmail.com",
"license": "MIT",
"dependencies": {
"express": "~4.8.8",
"morgan": "~1.3.0",
"compression": "~1.0.11",
"body-parser": "~1.8.0",
"method-override": "~2.2.0",
"express-session": "~1.7.6",
"ejs": "~1.0.0",
"connect-flash": "~0.1.1",
"hat": "*",
"moment": "*",
"mongoose": "~4.0.0",
"mongoose-auto-increment": "~4.0.0",
"passport": "~0.2.1",
"passport-local": "~1.0.0",
"socket.io": "~1.1.0",
"ua-parser-js": "*",
"connect-mongo": "~0.4.1",
"cookie-parser": "~1.3.3",
"winston" : "~1.0.0",
"hashmap" : "~2.0.3"
},
"devDependencies": {
"should": "~4.0.4",
"supertest": "~0.13.0",
"grunt": "~0.4.5",
"grunt-concurrent": "~1.0.0",
"grunt-env": "~0.4.1",
"grunt-nodemon": "~0.3.0",
"grunt-bower-install-simple": "^0.9.3",
"grunt-bump": "0.0.15",
"grunt-changelog": "^0.2.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-recess": "^1.0.0",
"grunt-swig": "^0.2.1",
"gruntfile-gtx": "^0.3.0",
"http-server": "^0.6.1",
"require-directory": "^2.0.0"
}
}