forked from manast/adleria.com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 954 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
{
"name": "adleria.com",
"version": "1.0.0",
"description": "Adleria website",
"main": "server.js",
"dependencies": {
"bootstrap-sass": "^3.3.6",
"handlebars": "^4.0.5",
"handlebars-layouts": "^3.1.3",
"marlin": "^1.0.0",
"node-l": "^2.1.1",
"node-sass": "^3.4.2",
"node-static": "^0.7.7"
},
"devDependencies": {
"deploy-aws-s3-cloudfront": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"deploy": "deploy-aws-s3-cloudfront --source build/home --distribution EU0BEE8SOEJIQ --bucket adleria.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manast/adleria.com.git"
},
"keywords": [
"adleria"
],
"author": "Optimal Bits Sweden AB",
"license": "MIT",
"bugs": {
"url": "https://github.com/manast/adleria.com/issues"
},
"homepage": "https://github.com/manast/adleria.com#readme"
}