A templating language that looks like Lisp and compiles to HTML
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 499B

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