-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 991 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
{
"name": "card-swipe",
"homepage": "https://github.com/khrome/card-swipe",
"version": "1.1.0",
"main": "card-swipe.js",
"scripts": {
"test": " ./node_modules/mocha/bin/mocha"
},
"description": "A utility for detecting CC track inputs from streaming character data and extracting data from them",
"keywords": [
"credit cards",
"card swipe",
"track data"
],
"author": "Abbey Hawk Sparrow <@khrome> (http://patternweaver.com)",
"contributors": [],
"bugs": {
"url": "https://github.com/khrome/card-swipe/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/khrome/card-swipe.git"
},
"dependencies": {
"async-objects": "^0.1.0",
"character-scanner": "0.0.1",
"luhn": "^2.1.0"
},
"devDependencies": {
"mocha": "^2.5.3",
"should": "^10.0.0"
},
"engines": {
"node": "*"
}
}