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

123456789101112131415161718192021222324
  1. {
  2. "name": "oslo",
  3. "version": "0.0.1",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "faucet test/*Test.js",
  8. "pretty": "prettier --single-quote --no-semi --trailing-comma all --arrow-parens avoid --write ./**/*.js"
  9. },
  10. "keywords": [],
  11. "author": "",
  12. "license": "MIT",
  13. "bin": {
  14. "oslo": "./bin/oslo.js"
  15. },
  16. "devDependencies": {
  17. "faucet": "0.0.1",
  18. "prettier": "^1.12.1",
  19. "tape": "^4.9.0"
  20. },
  21. "dependencies": {
  22. "minimist": "~1.2.0"
  23. }
  24. }