-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.44 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.44 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "jquery-magnetic-card-reader",
"version": "1.0.2",
"description": "A jQuery Plugin to read magnetic cards of 1, 2 and 3 trails",
"author": {
"name": "Anderson Friaça",
"url": "https://github.com/AndersonFriaca"
},
"maintainers": [
{
"name": "Christoffer Genova",
"url": "https://github.com/ChristofferGenova"
}
],
"homepage": "https://github.com/AndersonFriaca/jQuery-Magnetic-Card-Reader/",
"main": "./dist/jquery.magnetic-card-reader.js",
"repository": {
"type": "git",
"url": "https://github.com/AndersonFriaca/jQuery-Magnetic-Card-Reader/"
},
"bugs": {
"url": "https://github.com/AndersonFriaca/jQuery-Magnetic-Card-Reader/issues/"
},
"keywords": [
"magnetic",
"card",
"reader",
"input",
"jquery-plugin"
],
"license": "MIT",
"files": [
"dist",
"src"
],
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-qunit": "^3.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-karma": "^3.0.2",
"karma": "^4.1.0",
"karma-coverage": "^1.1.2",
"karma-phantomjs-launcher": "^1.0.4",
"karma-qunit": "^3.1.2",
"karma-requirejs": "^1.1.0",
"karma-sinon": "^1.0.5",
"load-grunt-tasks": "^4.0.0",
"qunit": "^2.9.2",
"requirejs": "^2.3.6",
"sinon": "^7.3.2"
},
"scripts": {
"test": "grunt test",
"build": "grunt build"
}
}