UNPKG

phant-manager-http

Version:
80 lines (79 loc) 2.01 kB
{ "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": "todd@uniontownlabs.org", "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": "^1.0.1", "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" } ] } }