You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
521 B
JSON

{
"name": "globalyzer",
"version": "0.1.0",
"description": "Detects and extract the glob part of a string",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/terkelg/globalyzer"
},
"files": [
"src"
],
"keywords": [
"glob",
"analyzer",
"base",
"detect"
],
"scripts": {
"test": "tape test/*.js | tap-spec"
},
"author": "Terkel Gjervig",
"license": "MIT",
"devDependencies": {
"tap-spec": "^4.1.1",
"tape": "^4.9.0"
}
}