You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/brace/example/package.json

17 lines
390 B
JSON

{
"name": "example",
"description": "example showing off how to use brace with browserify to include an ace editor in a page",
"main": "example.js",
"dependencies": {
"browserify": "~2.13.2",
"brace": "~0.1.1"
},
"devDependencies": {},
"keywords": [],
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "http://thlorenz.com"
}
}