-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.16 KB
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
{
"name": "login_pfe",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"angular": "^1.5.5",
"angular-bootstrap-calendar": "^0.19.3",
"angular-ui-bootstrap": "^1.2.4",
"body-parser": "~1.13.2",
"bootstrap": "^3.3.6",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"google-auth-library": "~0.9.7",
"googleapis": "~5.2.1",
"moment": "^2.12.0",
"morgan": "~1.6.1",
"nodemailer": "~0.7.1",
"serve-favicon": "~2.3.0",
"socket.io": "~1.4.6"
},
"devDependencies": {
"angular-mocks": "^1.5.5",
"gulp": "^3.9.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"mocha": "^2.4.5",
"nodemon": "^1.9.2",
"should": "^8.3.2",
"supertest": "^1.2.0"
}
}