-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 935 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "pattern-parser",
"version": "0.3.2",
"description": "A simple npm package to parse strings based on predefined patterns and route matched arguments to callbacks. No other dependencies.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository" :
{
"type" : "git",
"url" : "https://github.com/TadasPaplauskas/pattern-parser.git"
},
"bugs": {
"url" : "https://github.com/TadasPaplauskas/pattern-parser/issues"
},
"homepage": "https://github.com/TadasPaplauskas/pattern-parser",
"author": {
"name": "Tadas Paplauskas",
"url": "https://paplauskas.lt"
},
"license": "MIT",
"keywords": [
"npm",
"pattern",
"parser",
"parse",
"recognition",
"text",
"bots",
"bot",
"templates",
"match",
"matches",
"regular expressions"
]
}