-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 623 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 623 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
{
"name": "Termission",
"version": "0.8.0",
"description": "Cross-platform Serial/TCP Terminal with Scriptable Auto-Response.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/junian/termission.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/junian/termission/issues"
},
"homepage": "https://github.com/junian/termission#readme",
"devDependencies": {
"gulp": "^5.0.0",
"gulp-inject": "^5.0.5"
}
}