This repository has been archived by the owner on Nov 29, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
65 lines (65 loc) · 1.52 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
{
"name": "phant",
"version": "6.8.0",
"main": "index.js",
"description": "data collection server for the internet of things",
"homepage": "https://github.com/sparkfun/phant",
"bugs": "https://github.com/sparkfun/phant/issues",
"author": {
"name": "Todd Treece",
"email": "todd@uniontownlabs.org",
"url": "http://uniontownlabs.org"
},
"repository": {
"type": "git",
"url": "git://github.com/sparkfun/phant"
},
"license": "GPL-3.0",
"keywords": [
"phant",
"sparkfun",
"data",
"internet of things"
],
"engines": {
"node": "^0.10.30"
},
"bin": {
"phant": ".bin/serve"
},
"scripts": {
"start": ".bin/serve",
"test": "grunt"
},
"dependencies": {
"JSONStream": "^0.8.0",
"async": "~0.9.0",
"csv-write-stream": "^0.1.1",
"datejs": "^1.0.0-rc1",
"formidable": "~1.0.14",
"moment-timezone": "^0.2.1",
"qs": "^1.2.2",
"routes": "^1.2.0",
"wez-telnet": "^0.1.1",
"xml": "0.0.12"
},
"optionalDependencies": {
"dotenv": "^0.2.5",
"phant-keychain-hex": "^0.2.1",
"phant-stream-csv": "^2.0.3",
"phant-meta-nedb": "^3.0.0",
"phant-manager-http": "^4.5.10"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-watch": "~0.5.0",
"grunt-jsbeautifier": "^0.2.7",
"jshint-stylish": "~0.1.3",
"load-grunt-tasks": "~0.2.0",
"request": "^2.36.0",
"rimraf": "^2.2.8",
"telnet-client": "0.0.6",
"time-grunt": "~0.2.0"
}
}