package.json
806 Bytes
{
"name": "rfid-sdk",
"version": "1.0.0",
"description": "rfid uhf sdk",
"main": "index.js",
"repository": "git@git.dev.yoho.cn:web/rfid-sdk.git",
"dependencies": {
"async": "0.9.0",
"babel": "5.x.x",
"babel-core": "^5.4.3",
"lodash": "3.6.x",
"log4js": "0.6.x",
"pm2": "~0.12.3",
"redis": "^0.12.1",
"ws": "^0.7.2"
},
"scripts": {
"start": "./node_modules/pm2/bin/pm2 start extra/socket.js --name rfid-server -x",
"test": "make test"
},
"author": "",
"license": "ISC",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-doxx": "0.0.4",
"gulp-jshint": "^1.10.0",
"jshint-stylish": "^1.0.2",
"mocha": "*",
"expect.js": "*",
"muk": "*",
"rewire": "*",
"babel-plugin-rewire": "*"
}
}