1
0
mirror of https://github.com/minimaxir/big-list-of-naughty-strings.git synced 2025-09-09 05:30:44 +02:00
Files
big-list-of-naughty-strings/package.json
Vincent Klaiber cd7c25b545 Simplify repository config
Since the npm is hosted on GitHub we can use the shorthand syntax.
2017-01-15 22:12:02 +01:00

14 lines
536 B
JSON

{
"name": "big-list-of-naughty-strings",
"version": "1.0.0",
"description": "The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data",
"author": "Max Woolf <max@minimaxir.com>",
"main": "blns.json",
"repository": "minimaxir/big-list-of-naughty-strings",
"license": "MIT",
"bugs": {
"url": "https://github.com/minimaxir/big-list-of-naughty-strings/issues"
},
"homepage": "https://github.com/minimaxir/big-list-of-naughty-strings#readme"
}