| { |
| "author": { |
| "email": "z@georgezahariev.com", |
| "name": "George Zahariev" |
| }, |
| "bugs": { |
| "url": "https://github.com/gkz/levn/issues" |
| }, |
| "bundleDependencies": false, |
| "dependencies": { |
| "prelude-ls": "~1.1.2", |
| "type-check": "~0.3.2" |
| }, |
| "deprecated": false, |
| "description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible", |
| "devDependencies": { |
| "istanbul": "~0.4.1", |
| "livescript": "~1.4.0", |
| "mocha": "~2.3.4" |
| }, |
| "engines": { |
| "node": ">= 0.8.0" |
| }, |
| "files": [ |
| "lib", |
| "README.md", |
| "LICENSE" |
| ], |
| "homepage": "https://github.com/gkz/levn", |
| "keywords": [ |
| "levn", |
| "light", |
| "ecmascript", |
| "value", |
| "notation", |
| "json", |
| "typed", |
| "human", |
| "concise", |
| "typed", |
| "flexible" |
| ], |
| "license": "MIT", |
| "main": "./lib/", |
| "name": "levn", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/gkz/levn.git" |
| }, |
| "scripts": { |
| "test": "make test" |
| }, |
| "version": "0.3.0" |
| } |