forked from prakhar1989/docker-curriculum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 895 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
{
"name": "docker-curriculum",
"version": "0.0.1",
"description": "<a id=\"top\"></a> # Docker for Beginners",
"main": "index.js",
"scripts": {
"generate": "node tutorial/index.js",
"serve": "firebase serve",
"deploy": "npm run generate && firebase deploy --project docker-curriculum",
"watch": "nodemon tutorial/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prakhar1989/docker-curriculum.git"
},
"author": "Prakhar Srivastav <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/prakhar1989/docker-curriculum/issues"
},
"homepage": "https://github.com/prakhar1989/docker-curriculum#readme",
"dependencies": {
"handlebars": "^4.0.5",
"metalsmith": "^2.1.0",
"metalsmith-layouts": "^1.4.1",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.5.0"
}
}