forked from garrows/browser-serialport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 830 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
35
36
37
{
"name": "browser-serialport",
"version": "2.1.0",
"description": "Robots in the browser. Just like node-serialport but for browser/chrome apps.",
"main": "index.js",
"browser": "./index.js",
"dependencies": {},
"devDependencies": {
"chai": "^1.10.0",
"jshint": "^2.5.11",
"lodash": "^3.6.0",
"mocha": "^2.1.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0"
},
"scripts": {
"test": "jshint index.js && mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/garrows/browser-serialport"
},
"keywords": [
"serial",
"firmata",
"nodebots",
"chromebots",
"browserbots",
"robot",
"robots"
],
"author": "Glen Arrowsmith @garrows",
"license": "MIT",
"bugs": {
"url": "https://github.com/garrows/browser-serialport/issues"
}
}