-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "fiesta-ui",
"version": "0.0.1",
"private": true,
"main": "app.js",
"scripts": {
"start": "DEBUG=keti* NODE_ENV=production node ./bin/www",
"test": "DEBUG=keti* NODE_ENV=development node ./bin/www",
"test:coverage": "nyc npm test",
"test:unit": "mocha --recursive test/middleware test/models test/routes",
"test:integration": "mocha --recursive test/integration"
},
"dependencies": {
"angular-bootstrap-datetimepicker": "^1.1.4",
"body-parser": "^1.18.3",
"bower": "^1.8.4",
"cookie": "^0.3.1",
"cookie-parser": "^1.3.3",
"debug": "^2.6.8",
"ejs": "^2.6.1",
"express": "^4.16.3",
"js-cookie": "^2.1.4",
"jsonpath": "^0.2.12",
"morgan": "^1.6.1",
"multiparty": "^4.1.4",
"pretty-data": "^0.40.0",
"request": "^2.87.0",
"serve-favicon": "^2.5.0",
"string": "^3.3.3",
"underscore": "^1.9.1",
"xml2json": "^0.11.2"
},
"devDependencies": {
"chai": "^3.5.0",
"debug": "^2.2.0",
"gulp": "^3.9.0",
"gulp-livereload": "^3.8.0",
"gulp-nodemon": "^2.0.2",
"gulp-plumber": "^1.2.0",
"mocha": "^3.0.2",
"nyc": "^10.0.0",
"supertest": "^2.0.0"
}
}