-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 926 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
{
"name": "amia.ts",
"version": "0.0.1",
"private": true,
"dependencies": {
"async": "^0.9.0",
"basic-auth": "^1.0.0",
"bcryptjs": "^2.1.0",
"body-parser": "^1.10.2",
"connect-flash": "^0.1.1",
"connect-livereload": "^0.5.3",
"cookie-parser": "^1.3.4",
"debug": "^2.1.1",
"ejs": ">= 0.5.0",
"errorhandler": "1.3.2",
"express": "^4.11.1",
"express-session": "^1.10.3",
"gm": "^1.17.0",
"gulp-less": "^3.0.1",
"jade": ">= 0.0.1",
"method-override": "2.3.1",
"multer": "^0.1.7",
"mysql": "^2.5.4",
"nconf": "^0.7.1",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"source-map-support": "^0.2.10",
"typescript": "^1.4.1",
"typescript-require": "^0.2.8"
},
"devDependencies": {
"gulp": "^3.8.5",
"gulp-express": "^0.1.13",
"gulp-shell": "^0.2.5",
"gulp-tsc": "^0.9.1",
"run-sequence": "^0.3.6"
}
}