-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1007 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
36
37
38
39
40
41
42
43
{
"name": "card-js-no-jquery",
"authors": [],
"description": "Credit Card input form with validation",
"version": "1.0.13",
"main": "card-js.min.js",
"moduleType": [
"globals"
],
"keywords": [
"Card JS",
"Credit Card Input",
"Credit Card Form",
"Credit Card Validation"
],
"repository": {
"type": "git",
"url": "https://github.com/robson83/CardJsNoJquery"
},
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependences": {},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "0.11.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-obfuscator": "^8.0.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^0.6.1",
"javascript-obfuscator": "^4.1.0"
}
}