-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 1.61 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
63
64
65
66
67
68
69
{
"name": "plott",
"version": "0.0.5",
"description": "Real-time Indoor Positioning System",
"main": "index.js",
"scripts": {
"test": "node test.js",
"build": "browserify index.js -s plott > plott.js && uglifyjs plott.js -c -m > plott.min.js;",
"doc": "jsdoc index.js ./node_modules/plott*/index.js",
"lint": "eslint --no-ignore ./node_modules/plott-*/index.js",
"size": "browserify index.js --full-paths -s plott | uglifyjs -c -m | discify | hcat"
},
"eslintConfig": {
"rules": {
"quotes": 0,
"curly": 0,
"camelcase": 0,
"space-infix-ops": 0,
"comma-spacing": 0,
"no-use-before-define": 0,
"strict": 0
},
"env": {
"node": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Plott/plott.git"
},
"keywords": [
"indoor",
"positioning",
"system",
"wifi",
"gis",
"indoor",
"location",
"gps",
"ips",
"plott",
"rssi",
"wifi"
],
"author": "Corey White",
"license": "MIT",
"bugs": {
"url": "https://github.com/Plott/plott/issues"
},
"homepage": "https://github.com/Plott/plott#readme",
"devDependencies": {
"browserify": "~9.0.3",
"disc": "^1.3.2",
"eslint": "^0.15.0",
"hcat": "0.0.5",
"jsdoc": "^3.3.0-beta1",
"tape": "^3.5.0",
"uglify-js": "~2.4.16"
},
"dependencies": {
"plott-add-coverage": "0.0.1",
"plott-fingerprint-score": "0.0.1",
"plott-mongo": "0.0.1",
"plott-mongo-models": "0.0.2",
"plott-quality-distance": "0.0.1",
"plott-rssi-quality": "0.0.1",
"plott-wifi-scanner": "0.0.2"
}
}