-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "straliens-server",
"version": "1.0.0",
"description": "Straliens Server",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "grunt",
"postinstall": "grunt;bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlsaceDigitale/straliens-server.git"
},
"author": "",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/AlsaceDigitale/straliens-server/issues"
},
"homepage": "https://github.com/AlsaceDigitale/straliens-server",
"dependencies": {
"bcrypt": "^0.8.3",
"better-console": "~0.2.4",
"body-parser": "^1.12.4",
"bower": "^1.4.1",
"coffee": "^1.1.0",
"coffee-script": "^1.9.3",
"colors": "^1.1.0",
"cors": "^2.7.1",
"epilogue": "^0.5.1",
"express": "^4.12.4",
"express-session": "^1.11.3",
"express-socket.io-session": "^1.2.6",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-jade": "^0.14.1",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"lodash": "^3.9.3",
"mysql": "^2.7.0",
"named-routes": "^2.0.1",
"password-hash": "^1.2.2",
"request": "^2.58.0",
"restify": "^3.0.3",
"sequelize": "^3.2.0",
"socket.io": "^1.3.5",
"underscore": "^1.8.3",
"underscore.deepclone": "^0.1.1",
"winston": "^1.0.0"
},
"devDependencies": {}
}