normalize-dependencies
Advanced tools
Comparing version 0.1.0 to 1.0.0
exports.html = require('./html'); | ||
exports.css = require('./css'); | ||
exports.js = require('./js'); |
{ | ||
"name": "normalize-dependencies", | ||
"description": "Get and replace dependencies of JS, CSS, and HTML files", | ||
"version": "0.1.0", | ||
"description": "Get and replace dependencies of JS and CSS files", | ||
"version": "1.0.0", | ||
"author": { | ||
@@ -18,9 +18,23 @@ "name": "Jonathan Ong", | ||
"devDependencies": { | ||
"mocha": "^1.17", | ||
"should": "^3.0.0" | ||
"istanbul": "0", | ||
"mocha": "1", | ||
"should": "3" | ||
}, | ||
"scripts": { | ||
"test": "mocha --require should --reporter spec --bail" | ||
"test": "mocha --reporter spec --require should", | ||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should", | ||
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --require should" | ||
}, | ||
"keywords": [ | ||
"css", | ||
"js", | ||
"deps", | ||
"dependencies", | ||
"parse", | ||
"replace" | ||
], | ||
"files": [ | ||
"lib" | ||
], | ||
"main": "lib" | ||
} |
# Dependencies | ||
[![NPM version][npm-image]][npm-url] | ||
[![build status][travis-image]][travis-url] | ||
[![Test coverage][coveralls-image]][coveralls-url] | ||
[![Gittip][gittip-image]][gittip-url] | ||
## Prior Art | ||
@@ -9,1 +14,10 @@ | ||
- https://github.com/component/imports | ||
[npm-image]: https://img.shields.io/npm/v/normalize-dependencies.svg?style=flat | ||
[npm-url]: https://npmjs.org/package/normalize-dependencies | ||
[travis-image]: https://img.shields.io/travis/normalize/dependencies.svg?style=flat | ||
[travis-url]: https://travis-ci.org/normalize/dependencies | ||
[coveralls-image]: https://img.shields.io/coveralls/normalize/dependencies.svg?style=flat | ||
[coveralls-url]: https://coveralls.io/r/normalize/dependencies?branch=master | ||
[gittip-image]: https://img.shields.io/gittip/jonathanong.svg?style=flat | ||
[gittip-url]: https://www.gittip.com/jonathanong/ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
23
4101
3
5
78