-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1 KB
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
38
39
40
41
42
43
{
"name": "string-mask",
"version": "0.3.0",
"description": "A string formatter and validator based on masks",
"id": "/string-mask",
"main": "src/string-mask.js",
"repository": {
"type": "git",
"url": "https://github.com/the-darc/string-mask.git"
},
"bugs": {
"url": "https://github.com/the-darc/string-mask/issues"
},
"scripts": {
"test": "gulp test-coverage",
"release": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"keywords": [
"mask",
"formatter",
"string",
"validator",
"validation"
],
"author": {
"name": "Daniel Campos",
"email": "darc.tec@gmail.com"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"gulp": "^3.7.0",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.9.0",
"gulp-istanbul-enforcer": "^1.0.3",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "^2.0.1",
"jshint-stylish": "^0.2.0",
"should": "^4.0.1"
}
}