-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 893 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": "credit-card-validator",
"version": "1.0.8",
"description": "Provides Credit Card Validation",
"dependencies": {},
"devDependencies": {
"browserify": "^9.0.3",
"gulp": "^3.8.11",
"gulp-rename": "^1.2.2",
"gulp-rm": "^1.0.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"uglify-js": "^2.4.19",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"main": "credit-card-validator.js",
"scripts": {},
"keywords": [
"credit",
"cards",
"validation"
],
"author": "Michael Dempsey",
"license": "LGPLv3+",
"repository": {
"type": "git",
"url": "git@github.com:bluestealth/credit-card-validator.git"
},
"bugs": {
"url": "https://github.com/bluestealth/credit-card-validator/issues"
},
"homepage": "https://github.com/bluestealth/credit-card-validator"
}