-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.44 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
{
"name": "template",
"version": "1.0.0",
"description": "Template",
"main": "app.js",
"scripts": {
"sass": "node-sass --watch public/sass -o public/css",
"lint": "eslint ./",
"test": "mocha --globals testApp,chai test/boot.js \"test/**/*_test.js\" --timeout 5000"
},
"pre-commit": [
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SpacebarTech/template.git"
},
"keywords": [
"Template"
],
"author": "Tim Farrow",
"license": "ISC",
"bugs": {
"url": "https://github.com/SpacebarTech/template/issues"
},
"homepage": "https://github.com/SpacebarTech/template#readme",
"dependencies": {
"apprequire": "^1.0.1",
"body-parser": "^1.18.2",
"celebrate": "^7.0.4",
"chai-as-promised": "^7.1.1",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"firebase-admin": "^4.2.1",
"fs": "0.0.1-security",
"https": "^1.0.0",
"joi": "^13.1.2",
"node-sass-middleware": "^0.11.0",
"path": "^0.12.7",
"pug": "^2.0.1",
"sendgrid": "^4.10.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-subset": "^1.6.0",
"co-mocha": "^1.2.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-react": "^7.1.0",
"mocha": "^3.5.3",
"pre-commit": "^1.2.2"
}
}