-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.73 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "loraboard",
"version": "0.5.5",
"private": "true",
"description": "Dashboard displaying LoRa end-points live data",
"directories": {
"test": "test"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-brunch": "^6.0.0",
"babel-eslint": "^6.0.4",
"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": "^2.0.0",
"css-brunch": "^2.0.0",
"docco": "^0.7.0",
"eslint": "^2.4.0",
"eslint-brunch": "^3.5.1",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.6.0",
"eslint-plugin-jsx-a11y": "^1.0.3",
"eslint-plugin-react": "^5.0.1",
"http-server": "^0.9.0",
"javascript-brunch": "^2.0.0",
"mocha": "^2.3.4",
"mock-local-storage": "^1.0.2",
"node-red": "^0.13.3",
"node-red-contrib-pubnub": "0.0.3",
"sass-brunch": "^2.6.2",
"uglify-js-brunch": "^2.0.1"
},
"scripts": {
"test": "mocha -r mock-local-storage -r test/global --recursive --compilers js:babel-register",
"start": "http-server -a 0.0.0.0 -p 9000",
"simu": "node-red -u ./simu/ -s ./simu/settings.js -v",
"docs": "docco app/js/**/*.*",
"lint": "./node_modules/eslint/bin/eslint.js --cache --fix ./app"
},
"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",
"dependencies": {
"backbone": "^1.2.3",
"bignumber.js": "^2.1.4"
}
}