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 6
/
Copy pathpackage.json
79 lines (79 loc) · 1.96 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
70
71
72
73
74
75
76
77
78
79
{
"name": "phant-manager-http",
"version": "4.5.10",
"main": "index.js",
"description": "express web based manager for phant",
"homepage": "https://github.com/sparkfun/phant-manager-http",
"bugs": "https://github.com/sparkfun/phant-manager-http/issues",
"author": {
"name": "Todd Treece",
"email": "[email protected]",
"url": "http://uniontownlabs.org"
},
"repository": {
"type": "git",
"url": "git://github.com/sparkfun/phant-manager-http"
},
"license": "GPL-3.0",
"keywords": [
"data",
"phant",
"express"
],
"scripts": {
"test": "grunt"
},
"dependencies": {
"body-parser": "^1.0.0",
"express": "^3.4.8",
"express-handlebars": "^3.0.0",
"moment": "^2.6.0",
"serve-favicon": "^2.1.3"
},
"engines": {
"node": "^0.10.30"
},
"devDependencies": {
"bower": "^1.3.9",
"grunt": "^0.4.4",
"grunt-bower-task": "^0.4.0",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-nodeunit": "^0.4.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.0",
"grunt-jsbeautifier": "^0.2.7",
"grunt-shell": "^0.6.4",
"jshint-stylish": "^0.1.5",
"load-grunt-tasks": "^0.4.0",
"phant": "^6.7.1",
"phant-keychain-hex": "^0.2.1",
"phant-meta-test": "^2.1.3",
"request": "^2.36.0",
"time-grunt": "^0.2.10"
},
"phantConfig": {
"name": "HTTP",
"http": true,
"options": [
{
"label": "Metadata",
"name": "metadata",
"default": "phant-meta-nedb",
"type": "select",
"require": "meta",
"description": "The phant metadata module to use"
},
{
"label": "Keychain",
"name": "keychain",
"default": "phant-keychain-hex",
"type": "select",
"require": "keychain",
"description": "The phant keychain module to use"
}
]
}
}