forked from stokmedia/site-blazer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 806 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": "site-blazer",
"version": "0.1.0",
"description": "Make sure that your site isn't shite.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"cli": "node cli.js"
},
"repository": {
"type": "git",
"url": "git@github.com:young-skilled/site-blazer.git"
},
"keywords": [
"psi",
"webspeed",
"test"
],
"engines": {
"node": "5.6.0"
},
"author": "Jacob Burenstam",
"license": "MIT",
"bugs": {
"url": "https://github.com/young-skilled/site-blazer/issues"
},
"dependencies": {
"body-parser": "^1.15.0",
"ejs": "^2.4.1",
"express": "^4.13.4",
"json2csv": "^3.2.0",
"node-env-file": "^0.1.8",
"object-assign": "^4.0.1",
"psi": "^2.0.2"
}
}