-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
40 lines (40 loc) · 1.13 KB
/
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
{
"name": "jquery.cardswipe",
"version": "1.3.0",
"title": "jQuery.CardSwipe Magnetic Stripe Card Reader",
"author": {
"name": "Carl J. Raymond",
"email": "[email protected]",
"url": "https://github.com/CarlRaymond"
},
"description": "jQuery plugin which allows a web application to read magnetic stripe cards using common card readers that simulate a keyboard.",
"main": "jquery.cardswipe.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/CarlRaymond/jquery.cardswipe.git"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"magentic stripe",
"card reader"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/CarlRaymond/jquery.cardswipe/issues"
},
"homepage": "https://github.com/CarlRaymond/jquery.cardswipe",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"qunitjs": "^1.18.0"
}
}