hydrolysis
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "hydrolysis", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Breaks polymers into monomers", | ||
"homepage": "https://github.com/PolymerLabs/hydrolysis", | ||
"bugs": "https://github.com/PolymerLabs/hydrolysis/issues", | ||
"homepage": "https://github.com/Polymer/hydrolysis", | ||
"bugs": "https://github.com/Polymer/hydrolysis/issues", | ||
"license": { | ||
@@ -13,3 +13,3 @@ "type": "BSD-3-Clause", | ||
"type": "git", | ||
"url": "https://github.com/PolymerLabs/hydrolysis.git" | ||
"url": "https://github.com/Polymer/hydrolysis.git" | ||
}, | ||
@@ -16,0 +16,0 @@ "main": "index.js", |
@@ -5,3 +5,21 @@ # hydrolysis | ||
## Install | ||
``` | ||
npm install hydrolysis | ||
``` | ||
## Usage | ||
```js | ||
var hyd = require('hydrolysis'); | ||
hyd.Analyzer.analyze('path-to-polymer-element.html') | ||
.then(function(analyzer) { | ||
console.log(analyzer.elementsByTagName['my-element']) | ||
}); | ||
``` | ||
## Developing | ||
You need [wct](https://github.com/Polymer/web-component-tester) to run the tests. | ||
@@ -8,0 +26,0 @@ Run a one-off build of the project: |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
51845
36