This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
58 lines (58 loc) · 1.53 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
51
52
53
54
55
56
57
58
{
"name": "weekly-report",
"version": "0.0.1",
"description": "Weekly Report",
"main": "api/server.js",
"dependencies": {
"chance": "0.6.1",
"font-awesome": "4.2.0",
"good": "3.1.0",
"good-console": "2.0.1",
"good-file": "3.1.0",
"hapi": "7.0.0",
"jade": "1.7.0",
"joi": "4.8.1",
"jquery": "2.1.1",
"lodash": "2.4.1",
"moment": "2.8.3",
"mysql": "2.5.2",
"node-sass": "0.9",
"sequelize": "git+https://github.com/little-big-h/sequelize.git#ae799bfc1ab3df629d689b58f47d51f45179bca7",
"sqlite3": "3.0.2",
"webpack": "1.4.8",
"when": "3.5.2"
},
"devDependencies": {
"chai": "1.9.1",
"gulp": "3.5.2",
"gulp-autoprefixer": "0.0.10",
"gulp-clean": "0.3.1",
"gulp-cssmin": "0.1.6",
"gulp-jade": "0.9.0",
"gulp-jscs": "1.3.1",
"gulp-jshint": "1.4.0",
"gulp-livereload": "2.1.1",
"gulp-mocha": "1.0.0",
"gulp-sass": "0.7.3",
"gulp-util": "3.0.1",
"nodemon": "1.2.1",
"open": "0.0.5",
"run-sequence": "0.3.6",
"sinon": "1.10.3",
"sinon-chai": "2.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/walmartlabs/weekly-report.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/walmartlabs/weekly-report/issues"
},
"scripts": {
"postinstall": "mkdir -p build/assets/css && node ./post-install.js",
"todo": "grep -Rn 'TODO' api app test *.js",
"single-log-file": "LOG_FILE=true ./test/server-single.js",
"mock-log-file": "LOG_FILE=true ./test/server-mock.js "
}
}