You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
390 B

10 months ago
  1. {
  2. "name": "example",
  3. "description": "example showing off how to use brace with browserify to include an ace editor in a page",
  4. "main": "example.js",
  5. "dependencies": {
  6. "browserify": "~2.13.2",
  7. "brace": "~0.1.1"
  8. },
  9. "devDependencies": {},
  10. "keywords": [],
  11. "author": {
  12. "name": "Thorsten Lorenz",
  13. "email": "thlorenz@gmx.de",
  14. "url": "http://thlorenz.com"
  15. }
  16. }