forked from Omega-Numworks/numworks.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1010 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1010 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": "upsilon.js",
"version": "1.4.2",
"description": "Utility classes to interact with a Numworks calculator using WebUSB.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config conf/dev.webpack.config.js --mode development --devtool 'eval-source-map' --hot",
"build": "webpack --config conf/build.webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UpsilonNumworks/upsilon.js.git"
},
"keywords": [
"numworks",
"webusb",
"webdfu",
"calculator"
],
"author": "M4x1m3",
"license": "MIT",
"bugs": {
"url": "https://github.com/UpsilonNumworks/upsilon.js/issues"
},
"homepage": "https://github.com/UpsilonNumworks/upsilon.js/#readme",
"dependencies": {
"webdfu": "^1.0.5"
},
"devDependencies": {
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
}
}