-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 853 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 853 Bytes
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
{
"name": "Caisse-fablab",
"version": "0.0.0",
"description": "Logiciel de caisse pour le fablab UTC",
"author": "Antoine Wacheux <awacheux.utc@gmail.com>",
"main": "server.js",
"dependencies": {
"angular": "^1.4.0",
"angular-bootstrap": "^0.12.0",
"angular-cookies": "^1.3.16",
"angular-jwt": "0.0.9",
"angular-loading-spinner": "0.0.3",
"angular-route": "^1.3.16",
"body-parser": "^1.12.4",
"bootstrap": "^3.3.4",
"cas-authentication": "0.0.3",
"cookie-parser": "^1.3.5",
"express": "^4.12.4",
"express-session": "^1.11.2",
"jsonwebtoken": "^5.0.1",
"morgan": "^1.5.3",
"mysql": "^2.7.0",
"spin": "0.0.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-jade": "^1.0.1",
"gulp-plumber": "^1.0.1",
"gulp-uglify": "^1.2.0"
}
}