-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 948 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
38
39
{
"name": "beagle-boot",
"version": "1.2.1",
"description": "A bootloader server for BeagleBone hardware based on AM335x",
"main": "main.js",
"dependencies": {
"binary-parser-encoder": "^1.3.2",
"endian-toggle": "0.0.0",
"network": "^0.4.1",
"ping": "^0.2.2",
"schemapack": "1.4.2",
"usb": "1.3.3"
},
"devDependencies": {
"eslint": "^4.19.1",
"cap": "^0.2.0"
},
"scripts": {
"start": "node runServer.js",
"test": "./node_modules/.bin/eslint .",
"proxy": "node proxyServer.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ravikp7/node-beagle-boot.git"
},
"keywords": [
"beaglebone",
"bootp",
"rndis",
"usb"
],
"author": "Ravi Kumar Prasad <7ravikp@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ravikp7/node-beagle-boot/issues"
},
"homepage": "https://github.com/ravikp7/node-beagle-boot#readme"
}