react / wstein / node_modules / browserify / node_modules / module-deps / node_modules / detective / node_modules / escodegen / node_modules / optionator / node_modules / levn / package.json
80642 views{1"name": "levn",2"version": "0.2.5",3"author": {4"name": "George Zahariev",5"email": "[email protected]"6},7"description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible",8"homepage": "https://github.com/gkz/levn",9"keywords": [10"levn",11"light",12"ecmascript",13"value",14"notation",15"json",16"typed",17"human",18"concise",19"typed",20"flexible"21],22"files": [23"lib",24"README.md",25"LICENSE"26],27"main": "./lib/",28"bugs": {29"url": "https://github.com/gkz/levn/issues"30},31"licenses": [32{33"type": "MIT",34"url": "https://raw.github.com/gkz/levn/master/LICENSE"35}36],37"engines": {38"node": ">= 0.8.0"39},40"repository": {41"type": "git",42"url": "git://github.com/gkz/levn.git"43},44"scripts": {45"test": "make test"46},47"dependencies": {48"prelude-ls": "~1.1.0",49"type-check": "~0.3.1"50},51"devDependencies": {52"LiveScript": "~1.2.0",53"mocha": "~1.8.2",54"istanbul": "~0.1.43"55},56"_id": "[email protected]",57"dist": {58"shasum": "ba8d339d0ca4a610e3a3f145b9caf48807155054",59"tarball": "http://registry.npmjs.org/levn/-/levn-0.2.5.tgz"60},61"_from": "levn@>=0.2.5 <0.3.0",62"_npmVersion": "1.3.21",63"_npmUser": {64"name": "gkz",65"email": "[email protected]"66},67"maintainers": [68{69"name": "gkz",70"email": "[email protected]"71}72],73"directories": {},74"_shasum": "ba8d339d0ca4a610e3a3f145b9caf48807155054",75"_resolved": "https://registry.npmjs.org/levn/-/levn-0.2.5.tgz",76"readme": "ERROR: No README data found!"77}787980