package.json 668 B

12345678910111213141516171819202122
  1. {
  2. "name": "libprisma",
  3. "version": "1.0.0",
  4. "description": "This is a C++ porting of [prism.js](https://github.com/PrismJS/prism) library.\r The code depends on Boost.Regex, as it's a faster and more comprehensive than STD's.",
  5. "main": "generate.js",
  6. "scripts": {
  7. "start": "node generate.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/TelegramMessenger/libprisma.git"
  12. },
  13. "author": "",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/TelegramMessenger/libprisma/issues"
  17. },
  18. "homepage": "https://github.com/TelegramMessenger/libprisma#readme",
  19. "dependencies": {
  20. "lodash.isequal": "^4.5.0"
  21. }
  22. }