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.
37 lines
576 B
37 lines
576 B
1 year ago
|
{
|
||
|
"name": "text-extensions",
|
||
|
"version": "1.9.0",
|
||
|
"description": "List of text file extensions",
|
||
|
"license": "MIT",
|
||
|
"repository": "sindresorhus/text-extensions",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "sindresorhus.com"
|
||
|
},
|
||
|
"main": "text-extensions.json",
|
||
|
"engines": {
|
||
|
"node": ">=0.10"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"text-extensions.json"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"text",
|
||
|
"ascii",
|
||
|
"ext",
|
||
|
"extensions",
|
||
|
"extension",
|
||
|
"file",
|
||
|
"json",
|
||
|
"list",
|
||
|
"array"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"ava": "*"
|
||
|
}
|
||
|
}
|