Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "jsondom", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "A DOM-like interface for querying Javascript Objects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,1 +1,3 @@ | ||
[![build status](https://secure.travis-ci.org/CondeNast/jsondom.png)](http://travis-ci.org/CondeNast/jsondom) | ||
# JSON DOM | ||
@@ -7,3 +9,3 @@ A DOM-like interface for querying complex Javascript objects. (Also a very light wrapper around [js-traverse](/substack/js-traverse)). | ||
``` | ||
npm install json-dom | ||
npm install jsondom | ||
``` | ||
@@ -14,3 +16,3 @@ | ||
```js | ||
> var jsd = require('json-dom'); | ||
> var jsd = require('jsondom'); | ||
> var complex = { | ||
@@ -17,0 +19,0 @@ title: "this is a test", |
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
7191
85