1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20{ "name": "fflip-express", "version": "1.0.2", "description": "FFlip integration for the Express web framework", "main": "lib/fflip-express.js", "scripts": { "test": "node_modules/.bin/mocha --reporter dot --recursive ./tests/util/setup.js ./tests" }, "author": "Fred K. Schott <fkschott@gmail.com>", "license": "ISC", "peerDependencies": { "fflip": "^4.0.0" }, "devDependencies": { "fflip": "^4.0.0", "mocha": "^2.4.5", "sinon": "^1.17.3" } }