-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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
45
46
47
48
49
50
{
"name": "mean-template",
"version": "1.0.0",
"description": "Mean Template",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EA2017G2/mean-template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "github.com/EA2017G2/mean-template/issues"
},
"homepage": "https://github.com/EA2017G2/mean-template#readme",
"dependencies": {
"bluebird": "3.5.1",
"body-parser": "1.18.2",
"compression": "1.7.1",
"csv-parse": "2.0.0",
"dotenv": "4.0.0",
"express": "4.16.2",
"express-timestamp": "0.1.4",
"express-winston": "2.4.0",
"method-override": "2.3.10",
"moment": "2.19.0",
"mongoose": "4.12.1",
"winston": "2.4.0"
},
"devDependencies": {
"chai": "4.1.2",
"chai-http": "3.0.0",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "2.2.1",
"grunt-contrib-htmlmin": "2.4.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-nodeunit": "1.0.0",
"grunt-contrib-uglify": "3.1.0",
"grunt-exec": "3.0.0",
"grunt-mocha-test": "0.13.3",
"mocha": "4.0.1"
}
}