-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 930 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
{
"name": "odenwlan-node",
"version": "1.5.0",
"description": "An automatic login tool for Wi-Fi of OECU",
"main": "main.js",
"scripts": {
"start": "electron . --env=development",
"test": "node_modules/grunt-cli/bin/grunt test"
},
"author": "OdenTools Project",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/odentools/odenwlan-node.git"
},
"bugs": {
"url": "https://github.com/odentools/odenwlan-node/issues"
},
"dependencies": {
"auto-launch": "^1.1.1",
"electron-prebuilt": "^0.29.2",
"electron-updater-gh-releases": "mugifly/electron-updater-gh-releases",
"onmem-logger": "^1.0.0",
"request": "2.65.0"
},
"devDependencies": {
"eslint": "^1.4.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-electron": "^2.0.0",
"grunt-eslint": "^17.1.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.3.3"
}
}