A templating language that looks like Lisp and compiles to HTML
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 380B

123456789101112131415161718
  1. {
  2. "name": "oslo",
  3. "version": "0.0.1",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "faucet test/*.js",
  8. "pretty": "prettier --single-quote --no-semi --trailing-comma all --write ./**/*.js"
  9. },
  10. "keywords": [],
  11. "author": "",
  12. "license": "MIT",
  13. "devDependencies": {
  14. "faucet": "0.0.1",
  15. "prettier": "^1.12.1",
  16. "tape": "^4.9.0"
  17. }
  18. }