-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 919 Bytes
/
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
{
"name": "ratsofthemaze",
"version": "1.0.0",
"description": "",
"homepage": "https://ratsofthemaze.com",
"author": {
"name": "Simon Swain",
"email": "simon@simonswain.com",
"url": "https://simonswain.com"
},
"repository": {
"type": "git",
"url": "https://github.com/simonswain/ratsofthemaze"
},
"main": "index.js",
"scripts": {
"start": "node server",
"postinstall": "rsync --ignore-existing config/index.sample.js config/index.js"
},
"author": "Simon Swain <simon@simonswain.com> (http://simonswain.com)",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.2.25",
"handlebars": "^4.0.5",
"hapi": "^13.5.0",
"hapi-less": "^0.2.0",
"inert": "^4.0.1",
"less": "^2.5.3",
"lodash": "^3.10.1",
"uglify-js": "^2.7.0",
"vision": "^4.1.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0"
}
}