-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1014 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
{
"name": "samplecleaner",
"version": "1.0.0",
"private": true,
"homepage": "https://github.com/angelmunozs/samplecleaner",
"authors": [
"Ángel Muñoz Sagaseta de Ylurdoz <[email protected]>"
],
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^0.9.2",
"body-parser": "^1.12.4",
"bower": "~1.6.9",
"chai": "^3.5.0",
"cookie-parser": "^1.3.5",
"crypto": "0.0.3",
"crypto-js": "~3.1.4",
"debug": "~2.1.3",
"ejs": "~2.3.1",
"express": "^4.13.4",
"express-partials": "^0.3.0",
"express-session": "^1.11.3",
"formidable": "^1.0.17",
"fs.extra": "^1.3.2",
"glob": "^6.0.4",
"locals": "0.0.3",
"module": "^1.2.5",
"morgan": "^1.5.3",
"mysql": "~2.6.2",
"nodemailer": "^1.8.0",
"passport": "^0.2.2",
"passport-local": "~1.0.0",
"path": "^0.11.14",
"python-shell": "^0.2.0",
"sequelize": "^2.0.5",
"serve-favicon": "^2.2.1",
"underscore": "^1.8.3"
}
}