{ "name": "mithril", "version": "1.0.0", "description": "A framework for building brilliant applications", "main": "index.js", "scripts": { "build": "node bundler/bundler", "cover": "istanbul cover --print both -x \"**/ospec/**\" -x \"**/test-utils/**\" ospec/bin/ospec", "lint": "eslint .", "test": "node ospec/bin/ospec" }, "author": "Leo Horie", "license": "MIT", "devDependencies": { "eslint": "^2.10.2", "istanbul": "^0.4.3" } }