Initial commit
parents
正在显示
package.json
0 → 100644
| { | |||
| "name": "junmp-psam", | |||
| "version": "1.0.0", | |||
| "description": "PSAM发卡管理测试程序", | |||
| "main": "index.js", | |||
| "keywords": [ | |||
| "psam" | |||
| ], | |||
| "author": "ningzp@junmp.com.cn", | |||
| "license": "MIT", | |||
| "scripts": { | |||
| "compile": "babel -d lib/ app/", | |||
| "compile:watch": "babel -w -d lib/ app/", | |||
| "release:patch": "npm run compile && npm version patch && git push && npm publish" | |||
| }, | |||
| "dependencies": { | |||
| "@pokusew/pcsclite": "^0.4.18", | |||
| "hexify": "^1.0.1" | |||
| }, | |||
| "devDependencies": { | |||
| "babel-cli": "^6.26.0", | |||
| "babel-preset-env": "^1.7.0", | |||
| "babel-preset-es2015": "^6.24.1" | |||
| } | |||
| } |
请
注册
或者
登录
后发表评论