forked from umrum/umrum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·60 lines (60 loc) · 1.58 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
{
"name": "UMRUM",
"version": "0.0.0",
"description": "An open source Real User Monitoring in NodeJS",
"main": "server.js",
"scripts": {
"test": "./node_modules/.bin/grunt unittest",
"compile": "npm install && ./node_modules/.bin/grunt compile",
"pm2-start": "pm2 kill && pm2 start pm2-start.json"
},
"repository": {
"type": "git",
"url": "[email protected]:umrum/umrum.git"
},
"dependencies": {
"body-parser": "~1.4.3",
"compression": "~1.0.8",
"connect-mongo": "~0.4.0",
"cookie-parser": "~1.3.2",
"express": "~4.0.0",
"cookie-session": "~1.1.0",
"filewalker": "~0.1.2",
"hiredis": "~0.1.16",
"html-minifier": "0.6.2",
"mongoose": "~3.8.3",
"morgan": "~1.1.1",
"newrelic": "~1.5.0",
"nunjucks": "~1.0.0",
"passport": "~0.2.0",
"passport-github": "~0.1.5",
"react-tools": "^0.11.1",
"redis": "~0.10.1",
"serve-static": "~1.3.1",
"socket.io": "~0.9.16"
},
"engines": {
"node": "0.10.x"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-autoprefixer": "~0.4.0",
"grunt-bower-installer": "~0.3.6",
"grunt-cli": "~0.1.13",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-imageoptim": "~1.4.0",
"grunt-mocha-cli": "~1.3.0",
"grunt-nodemon": "~0.2.1",
"grunt-react": "^0.9.0",
"mocha": "~1.18.2",
"nodemon": "~1.0.17",
"proxyquire": "~0.6.0",
"sinon": "~1.9.1",
"supertest": "~0.13.0"
},
"author": "Frontend Bahia",
"license": "BSD"
}