| "name": "Mathias Bynens", |
| "url": "https://mathiasbynens.be/" |
| "bugs": "https://github.com/mathiasbynens/jsesc/issues", |
| "description": "Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.", |
| "grunt-template": "^0.2.3", |
| "homepage": "https://mths.be/jsesc", |
| "url": "https://github.com/mathiasbynens/jsesc.git" |
| "build": "grunt template", |
| "cover": "istanbul cover --report 'html' --verbose --dir 'coverage' 'tests/tests.js'", |
| "coveralls": "istanbul cover --verbose --dir 'coverage' 'tests/tests.js' && coveralls < coverage/lcov.info'", |