-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathpackage.json
35 lines (35 loc) · 834 Bytes
/
package.json
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
{
"name": "inputmask-core",
"version": "2.2.0",
"description": "Standalone input mask implementation, independent of any GUI",
"main": "lib/index.js",
"scripts": {
"lint": "eslint lib test",
"test": "tape test/*.js"
},
"files": [
"lib"
],
"keywords": [
"input",
"mask"
],
"author": "Jonny Buchanan <[email protected]>",
"license": "MIT",
"devDependencies": {
"eslint": "3.5.0",
"eslint-config-standard": "6.0.0",
"eslint-plugin-promise": "2.0.1",
"eslint-plugin-standard": "2.0.0",
"tape": "4.6.0"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "http://github.com/insin/inputmask-core.git"
},
"bugs": {
"url": "https://github.com/insin/inputmask-core/issues"
},
"homepage": "https://github.com/insin/inputmask-core"
}