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.
 
 
 
 
 

36 lines
576 B

{
"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": "*"
}
}