Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "lws-json", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "json", | ||
"repository": "https://github.com/lwsjs/json.git", | ||
"license": "MIT", | ||
"main": "./lib/json.js", | ||
"keywords": [], | ||
@@ -14,4 +13,3 @@ "engines": { | ||
"scripts": { | ||
"test": "tape test/*.js", | ||
"docs": "jsdoc2md -t jsdoc2md/README.md lib/*.js > README.md; echo" | ||
"test": "test-runner test.js" | ||
}, | ||
@@ -18,0 +16,0 @@ "dependencies": { |
@@ -1,7 +0,9 @@ | ||
[![view on npm](http://img.shields.io/npm/v/local-web-server-json.svg)](https://www.npmjs.org/package/local-web-server-json) | ||
[![npm module downloads](http://img.shields.io/npm/dt/local-web-server-json.svg)](https://www.npmjs.org/package/local-web-server-json) | ||
[![Build Status](https://travis-ci.org/local-web-server/json.svg?branch=master)](https://travis-ci.org/local-web-server/json) | ||
[![Dependency Status](https://david-dm.org/local-web-server/json.svg)](https://david-dm.org/local-web-server/json) | ||
[![view on npm](https://img.shields.io/npm/v/lws-json.svg)](https://www.npmjs.org/package/lws-json) | ||
[![npm module downloads](https://img.shields.io/npm/dt/lws-json.svg)](https://www.npmjs.org/package/lws-json) | ||
[![Build Status](https://travis-ci.org/lwsjs/json.svg?branch=master)](https://travis-ci.org/lwsjs/json) | ||
[![Dependency Status](https://david-dm.org/lwsjs/json.svg)](https://david-dm.org/lwsjs/json) | ||
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard) | ||
# json | ||
Wrapper for https://github.com/koajs/json. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15
9
2411