-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "iot-front",
"version": "1.0.0",
"description": "IoT Frontend",
"main": "index.js",
"scripts": {
"test": "eslint .",
"browserify": "browserify src/js/index.js -o index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lehren/iot-front.git"
},
"keywords": [
"IoT",
"node"
],
"author": "Loek Ehren",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lehren/iot-front/issues"
},
"homepage": "https://github.com/Lehren/iot-front#readme",
"devDependencies": {
"concurrently": "^3.4.0",
"eslint": "^3.17.1",
"eslint-config-d-centralize": "^0.4.1"
},
"dependencies": {
"@google/maps": "latest",
"bootstrap": "=3.3.4",
"bootstrap-progressbar": "^0.9.0",
"bootstrap-toggle": "^2.2.2",
"browserify": "^14.1.0",
"chart.js": "^2.6.0",
"iot-js-sdk": "^4.0.1",
"jquery": "^3.1.1",
"jsdom": "^9.12.0",
"json-string": "0.0.1",
"materialize-css": "^0.98.0",
"normalize.css": "^7.0.0"
}
}