schema-inspector
Advanced tools
Comparing version 1.3.5 to 1.3.6
{ | ||
"name": "schema-inspector", | ||
"description": "Schema-Inspector is a powerful tool to sanitize and validate JS objects.", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"main": "./lib/schema-inspector.js", | ||
@@ -25,2 +25,3 @@ "author": { | ||
}, | ||
"homepage": "http://atinux.github.io/schema-inspector/", | ||
"dependencies": { | ||
@@ -27,0 +28,0 @@ "async": "*" |
@@ -14,6 +14,7 @@ # Schema-Inspector | ||
### Browser | ||
Download [async.js](https://raw.github.com/caolan/async/master/lib/async.js) and [schema-inspetor.js](https://raw.github.com/Atinux/schema-inspector/master/lib/schema-inspector.js) and use it like this: | ||
<pre>bower install schema-inspector</pre> | ||
(Or download [async.js](https://raw.github.com/caolan/async/master/lib/async.js) and [schema-inspetor.js](https://raw.github.com/Atinux/schema-inspector/master/lib/schema-inspector.js) manually). | ||
```html | ||
<script type="text/javascript" src="async.js"></script> | ||
<script type="text/javascript" src="schema-inspector.js"></script> | ||
<script type="text/javascript" src="bower_components/async/lib/async.js"></script> | ||
<script type="text/javascript" src="bower_components/schema-inspector/lib/schema-inspector.js"></script> | ||
``` | ||
@@ -20,0 +21,0 @@ |
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
251771
18
5066
1188