js-gp
Version:
implementation of globalplatform
31 lines (30 loc) • 635 B
JSON
{
"name": "js-gp",
"version": "1.0.1",
"description": "implementation of globalplatform",
"main": "index.js",
"repository": {
"type": "git",
"url": "http://git.oschina.net/daolongzha/js-gp"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"globalplatform",
"gp"
],
"author": "zha",
"license": "ISC",
"dependencies": {
"sprintf-js": "^1.1.1",
"adm-zip": "^0.4.7"
},
"devDependencies": {
"@types/node": "^6.0.40",
"typescript": "^2.0.10",
"@types/sprintf-js": "",
"@types/adm-zip": "^0.4.7"
},
"typings": "index.d.ts"
}