1
0
mirror of https://github.com/minimaxir/big-list-of-naughty-strings.git synced 2025-09-25 05:12:14 +02:00

Merge pull request #34 from YR/master

Add package.json to repository
This commit is contained in:
Max Woolf
2015-08-12 07:03:12 -07:00

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"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": "git+https://github.com/minimaxir/big-list-of-naughty-strings.git",
"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"
}