-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 1.46 KB
/
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
40
41
42
43
44
45
46
{
"name": "labjack_kipling",
"version": "3.3.1",
"description": "LabJack Kipling device configuration and general I/O GUI program.",
"scripts": {
"build": "npm run build --prefix ljswitchboard-builder",
"clean": "lerna clean",
"clean_core": "node main.js --which=core do -c \"rm -r node_modules\"",
"clean_temp_files": "node scripts/clean_temp_files.js",
"lint": "grunt",
"lint_imports": "eslint .",
"list_submodules": "node main.js list",
"run_built_k3": "node scripts/run_built_k3.js",
"setup": "lerna bootstrap",
"setup_ci": "lerna bootstrap --no-ci",
"start": "cross-env NODE_ENV=development npm run start --prefix ljswitchboard-electron_main",
"test": "lerna exec --ignore ljswitchboard-ljm_special_addresses -- npm test --if-present"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/labjack/labjack_kipling.git"
},
"author": "LabJack Corporation (https://labjack.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/labjack/labjack_kipling/issues"
},
"homepage": "https://github.com/labjack/labjack_kipling",
"dependencies": {
"async": "3.2.0",
"fs-extra": "^9.0.1",
"q": "^1.5.1"
},
"devDependencies": {
"cross-env": "^7.0.2",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-standard": "^4.0.1",
"grunt": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"lerna": "^3.20.2"
},
"keywords": [
"labjack"
]
}