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

bower.json 271B

12345678910111213141516
  1. {
  2. "name": "luticate-utils",
  3. "version": "0.0.0",
  4. "authors": [
  5. "Robin THONI <robin@rthoni.com>"
  6. ],
  7. "description": "Luticate front utils",
  8. "license": "MIT",
  9. "ignore": [
  10. "**/.*",
  11. "node_modules",
  12. "bower_components",
  13. "test",
  14. "tests"
  15. ]
  16. }