-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 955 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
{
"name": "Full-Stack-JavaScript-Engineering",
"version": "1.0.0",
"description": "Textbook for Code Fellows JavaScript Development Accelerator",
"main": "server.js",
"dependencies": {
"express": "^4.1.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt": "^0.4.5",
"grunt-gh-pages": "^0.9.1",
"grunt-gitbook": "^0.4.2",
"node-static": "^0.7.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ivanoats/Full-Stack-JavaScript-Engineering.git"
},
"keywords": [
"javascript",
"gitbook"
],
"author": "Ivan Storck and Tyler Morgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivanoats/Full-Stack-JavaScript-Engineering/issues"
},
"homepage": "https://github.com/ivanoats/Full-Stack-JavaScript-Engineering"
}