-
- Downloads
Add initial version
parents
No related branches found
No related tags found
Showing
- .npmignore 5 additions, 0 deletions.npmignore
- LICENSE 21 additions, 0 deletionsLICENSE
- README.md 12 additions, 0 deletionsREADME.md
- content/inspector.json 24 additions, 0 deletionscontent/inspector.json
- index.js 52 additions, 0 deletionsindex.js
- package.json 16 additions, 0 deletionspackage.json
- templates/body.html 12 additions, 0 deletionstemplates/body.html
- templates/head.html 10 additions, 0 deletionstemplates/head.html
- tests/content-tests.js 38 additions, 0 deletionstests/content-tests.js
.npmignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
content/inspector.json
0 → 100644
index.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "acos-webdev-iwdap", | |||
"version": "0.1.0", | |||
"description": "Webdev content package for introduction to web", | |||
"main": "index.js", | |||
"scripts": {}, | |||
"keywords": [], | |||
"author": { | |||
"name": "Teemu Lehtinen" | |||
}, | |||
"dependencies": { | |||
"acos-webdev": "^0.1.0", | |||
"nunjucks": "^3.1.3" | |||
}, | |||
"license": "MIT" | |||
} |
templates/body.html
0 → 100644
templates/head.html
0 → 100644
tests/content-tests.js
0 → 100644
Please register or sign in to comment