{ "name": "spserver", "version": "0.1.3", "description": "Node static page server for running quick MVVM file server", "main": "lib/spserver.js", "scripts": { "test": "mocha --reporter spec test/base.test.js" }, "repository": { "type": "git", "url": "https://github.com/TheThing/spserver.git" }, "keywords": [ "MVVM", "server" ], "author": "Jonatan Nilsson", "license": "WTFPL", "bugs": { "url": "https://github.com/TheThing/spserver/issues" }, "homepage": "https://github.com/TheThing/spserver", "dependencies": { "bunyan": "^1.3.3", "lodash": "^3.0.1", "nconf": "^0.7.1", "node-static": "^0.7.6" }, "bin": "./bin.js", "devDependencies": { "sinon": "^1.12.2" } }