-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 858 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 858 Bytes
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": "@taptrack/tappy-type4family",
"description": "Type 4 command family for TCMP Tappies",
"version": "1.1.0",
"main": "dist/type4.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"TCMP",
"Tappy",
"TappyUSB"
],
"author": "TapTrack",
"license": "Apache-2.0",
"devDependencies": {
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-jasmine": "^4.0.0",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"jshint": "^2.11.1",
"jshint-stylish": "^2.2.1",
"merge-stream": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/TapTrack/TcmpType4FamilyJs.git"
}
}