Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / node_modules / nodeunit / node_modules / tap / node_modules / yamlish / package.json
1 {
2   "name": "yamlish",
3   "description": "Parser/encoder for the yamlish format",
4   "repository": {
5     "type": "git",
6     "url": "https://github.com/isaacs/yamlish"
7   },
8   "version": "0.0.5",
9   "main": "yamlish.js",
10   "keywords": [
11     "yaml",
12     "yamlish",
13     "test",
14     "anything",
15     "protocol",
16     "tap"
17   ],
18   "license": {
19     "type": "MIT",
20     "url": "http://github.com/isaacs/yamlish/raw/master/LICENSE"
21   },
22   "author": {
23     "name": "Isaac Z. Schlueter",
24     "email": "i@izs.me",
25     "url": "http://blog.izs.me/"
26   },
27   "readme": "This is a thingie to parse the \"yamlish\" format used to serialize\nobjects in the TAP format.\n\nIt's like yaml, but just a tiny little bit smaller.\n\nUsage:\n\n    var yamlish = require(\"yamlish\")\n    // returns a string like:\n    /*\n    some:\n      object:\n        - full\n        - of\n    pretty: things\n    */\n    yamlish.encode({some:{object:[\"full\", \"of\"]}, pretty:\"things\"})\n\n    // returns the object\n    yamlish.decode(someYamlishString)\n",
28   "_id": "yamlish@0.0.5",
29   "_from": "yamlish@*"
30 }