A templating language that looks like Lisp and compiles to HTML
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. }