fixed bug in package.json, removed false false test
Showing
{ | { | ||
"name": "uritemplate", | "name": "uritemplate", | ||
"description": "An UriTemplate implementation of rfc 6570", | "description": "An UriTemplate implementation of rfc 6570", | ||
"homepage": "https://www.github.com/fxa/uritemplate-js", | "homepage": "https://www.github.com/fxa/uritemplate-js", | ||
"keywords": ["util", "uri", "template", "rfc6570"], | "keywords": [ | ||
"author": "Franz Antesberger", | "util", | ||
"contributors": [], | "uri", | ||
"dependencies": [], | "template", | ||
"main": "bin/uritemplate.js", | "rfc6570" | ||
"licenses": [ | ], | ||
{ | "author": "Franz Antesberger", | ||
"type": "MIT", | "contributors": [], | ||
"url": "http://www.opensource.org/licenses/mit-license.php" | "dependencies": {}, | ||
} | "main": "bin/uritemplate.js", | ||
], | "licenses": [ | ||
"files": [ | { | ||
"src", | "type": "MIT", | ||
"test", | "url": "http://www.opensource.org/licenses/mit-license.php" | ||
"bin", | } | ||
"Jakefile.js", | ], | ||
"own-testcases.json", | "files": [ | ||
"demo.html", | "src", | ||
"demo_AMD.html", | "test", | ||
"README.md", | "bin", | ||
"reqire.js", | "Jakefile.js", | ||
".gitmodules", | "own-testcases.json", | ||
"uritemplate-test/extended-tests.json", | "demo.html", | ||
"uritemplate-test/negative-tests.json", | "demo_AMD.html", | ||
"uritemplate-test/README.md", | "README.md", | ||
"uritemplate-test/spec-examples-by-sections.json", | "reqire.js", | ||
"uritemplate-test/spec-examples.json" | ".gitmodules", | ||
], | "uritemplate-test/extended-tests.json", | ||
"version": "0.2.0" | "uritemplate-test/negative-tests.json", | ||
} | "uritemplate-test/README.md", | ||
\ No newline at end of file | "uritemplate-test/spec-examples-by-sections.json", | ||
"uritemplate-test/spec-examples.json" | |||
], | |||
"version": "0.2.1", | |||
"readmeFilename": "README.md", | |||
"gitHead": "901b85201a821427dfb4591b56aea3a70d45c67c", | |||
"devDependencies": {}, | |||
"repository": { | |||
"type": "git", | |||
"url": "https://github.com/fxa/uritemplate-js.git" | |||
}, | |||
"license": "MIT" | |||
} |
Please register or sign in to comment