-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 889 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
{
"name": "serial-worker",
"version": "1.0.5",
"description": "Run node-serial module in another node thread",
"repository": {
"type": "git",
"url": "https://github.com/weiway/node-serialport-worker"
},
"scripts": {
"test": "grunt basic --verbose"
},
"main": "./serialport",
"author": "weizhi wang <weizhi.station.wang@gmail.com>",
"license": "MIT",
"dependencies": {
"serialport": "^3.1.2"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.4.5",
"sandboxed-module": "^2.0.3",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"time-grunt": "^1.3.0",
"eslint": "^2.13.1",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-standard": "^1.3.2"
}
}