-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.38 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
{
"author": "Mark McLeod Hendrickson <[email protected]> (http://markmhendrickson.com)",
"bugs": {
"url": "https://github.com/neotoma/personal-server/issues"
},
"dependencies": {
"async": "^2.0.0-rc.6",
"body-parser": "^1.18.2",
"chokidar": "^1.7.0",
"compression": "^1.7.1",
"debug": "^3.1.0",
"express": "^4.14.0",
"graceful-fs": "^4.1.11",
"grunt": "0.4.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-symlink": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-hoist": "^1.0.4",
"grunt-nodemon": "^0.4.2",
"grunt-rsync": "^1.0.1",
"grunt-ssh": "^0.12.9",
"imgix-core-js": "^1.1.1",
"is-image": "^2.0.0",
"load-grunt-tasks": "^3.5.0",
"lodash": "^4.17.13",
"nodemailer": "^4.6.4",
"nodemailer-sendgrid-transport": "^0.2.0",
"park-ranger": "^1.0.11",
"path": "^0.12.7",
"pluralize": "^2.0.0",
"redis": "^2.8.0",
"underscore": "^1.8.3"
},
"engines": {
"node": ">=8.9.1"
},
"license": "MIT",
"name": "personal-server",
"repository": "https://github.com/neotoma/personal-server",
"scripts": {
"deploy-all": "grunt hoist-deploy-all",
"deploy-app": "grunt hoist-deploy-app",
"deploy-dependencies": "grunt hoist-deploy-dependencies",
"dev": "grunt nodemon:main",
"postinstall": "grunt symlink:modules",
"start": "node index.js"
},
"version": "0.1.3"
}