forked from pierreroth64/loraboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.16 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
44
45
{
"name": "loraboard",
"version": "0.3.0",
"private": "true",
"description": "LoRa dashboard displaying Semtech LoRaMote live data",
"directories": {
"test": "test"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-brunch": "^6.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.4.3",
"browser-sync-brunch": "0.0.9",
"brunch": "^2.2.2",
"chai": "^3.4.1",
"clean-css-brunch": "^1.8.0",
"css-brunch": "^2.0.0",
"http-server": "^0.8.5",
"javascript-brunch": "^1.8.0",
"mocha": "^2.3.4",
"mock-local-storage": "^1.0.2",
"sass-brunch": "^1.9.2",
"uglify-js-brunch": "^1.7.8"
},
"scripts": {
"test": "mocha -r mock-local-storage --recursive --compilers js:babel-register",
"start": "http-server -a localhost -p 9000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pierreroth/loraboard.git"
},
"keywords": [
"LoRa",
"backbone",
"Semtech"
],
"author": "Pierre Roth",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/pierreroth/loraboard/issues"
},
"homepage": "https://github.com/pierreroth/loraboard#readme"
}