forked from bjankord/Style-Guide-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
28 lines (28 loc) · 721 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
{
"name": "Style-Guide-Boilerplate-nodejs",
"version": "1.0.0",
"description": "A starting point for crafting living style guides.",
"main": "server.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"express": "^4.12.2",
"handlebars": "^3.0.0"
},
"devDependencies": {},
"scripts": {
"test": "test",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/DeadlyBrad42/Style-Guide-Boilerplate-nodejs.git"
},
"author": "Acatar",
"license": "MIT",
"bugs": {
"url": "https://github.com/DeadlyBrad42/Style-Guide-Boilerplate-nodejs/issues"
},
"homepage": "https://github.com/DeadlyBrad42/Style-Guide-Boilerplate-nodejs"
}