-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 765 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 765 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
{
"name": "teishi",
"version": "5.1.2",
"description": "Tool for validating the input of functions.",
"dependencies": {
"dale": "6.0.2"
},
"main": "teishi.js",
"types": "index.d.ts",
"author": "Federico Pereiro <fpereiro@gmail.com>",
"contributors": ["Federico Pereiro <fpereiro@gmail.com>", "Parya Rastegar <rastegar.parya3@gmail.com>"],
"license": [{
"type": "Public Domain",
"url": "http://github.com/fpereiro/teishi#license"
}],
"keywords": ["error checking", "functional", "test", "testing"],
"repository" : {
"type": "git",
"url": "http://github.com/fpereiro/teishi.git"
},
"bugs": {
"url": "http://github.com/fpereiro/teishi/issues",
"email": "fpereiro@gmail.com"
}
}