forked from UWARG/WARG-Ground-Station
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.19 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.19 KB
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
{
"name": "WARG-Ground-Station",
"version": "4.1.0",
"description": "The WARG ground station that communiciated directly with the data-relay-station",
"author": "Univeristy of Waterloo Arial Robotics Group - www.uwarg.com",
"repository": {
"type": "git",
"url": "https://github.com/UWARG/WARG-Ground-Station-V2"
},
"scripts": {
"start": "./node_modules/.bin/electron .",
"docs": "./node_modules/.bin/jsdoc -c jsdoc.json",
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --recursive"
},
"license": "ISC",
"private": true,
"dependencies": {
"electron-prebuilt": "^1.1.0",
"fast-csv": "^1.0.0",
"mkdirp": "^0.5.1",
"moment": "^2.10.6",
"node-persist": "0.0.11",
"node-webkit-fdialogs": "^0.2.7",
"root-path": "^0.2.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-jq": "0.0.9",
"ink-docstrap": "^1.1.4",
"install": "^0.8.1",
"istanbul": "^0.4.3",
"jsdoc": "^3.4.0",
"jsdom": "^9.4.0",
"mocha": "^2.5.3",
"mockery": "^1.7.0",
"npm": "^3.9.5",
"pre-commit": "^1.1.3",
"rewire": "^2.5.1",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
}
}