Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pokusew committed May 15, 2016
1 parent 7ee0396 commit 417a668
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "@pokusew/nfc-pcsc",
"version": "0.0.1",
"description": "Near field communication using pcsclite node wrapper",
"main": "dist/NFC.js",
"scripts": {
"test": "node test/index.js",
"build": "babel src --out-dir dist"
},
"keywords": [
"nfc",
"pcsc",
"pcsclite"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pokusew/nfc-pcsc.git"
},
"author": "Martin Endler",
"license": "MIT",
"dependencies": {
"pcsclite": "^0.4.9"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"winston": "^2.2.0"
}
"name": "@pokusew/nfc-pcsc",
"version": "0.0.2",
"description": "Near field communication using pcsclite node wrapper",
"main": "dist/NFC.js",
"scripts": {
"test": "node test/index.js",
"build": "babel src --out-dir dist"
},
"keywords": [
"nfc",
"pcsc",
"pcsclite"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pokusew/nfc-pcsc.git"
},
"author": "Martin Endler",
"license": "MIT",
"dependencies": {
"pcsclite": "^0.4.9"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"winston": "^2.2.0"
}
}

0 comments on commit 417a668

Please sign in to comment.