-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.1 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "THS700js",
"version": "0.0.1",
"main": "index.html",
"window": {
"width": 1024,
"height": 800
},
"description": "Javascript interface to communicate with a THS700-series Tektronix handheld oscillospes",
"dependencies": {
"serialport": "~1.3.1"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-node-webkit-builder": "~0.1.17",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-copy": "~0.5.0",
"grunt-exec": "~0.4.3",
"load-grunt-tasks": "~0.3.0",
"grunt-contrib-compress": "~0.6.1",
"mocha": "~1.17.1",
"chai": "~1.9.0",
"sinon": "~1.8.2",
"sinon-chai": "~2.5.0",
"grunt-connect": "~0.2.0",
"grunt-contrib-connect": "~0.7.0",
"express": "~3.4.8"
},
"scripts": {
"start": "nodewebkit",
"test": "grunt test"
},
"keywords": [
"TDS310",
"TDS320",
"TDS340",
"TDS340A",
"TDS350",
"TDS360",
"TDS380",
"TDS820",
"THS710",
"THS710A",
"THS720",
"THS720A",
"THS720P",
"THS730A"
],
"engines": {
"node": ">= 0.10.0"
},
"author": "Joe Rosa",
"license": "MIT"
}