Comparing version 0.0.2 to 0.0.3
@@ -1,2 +0,2 @@ | ||
require('coffee-script'); | ||
require('coffee-script/register'); | ||
module.exports = require('./lib/main'); |
{ | ||
"name":"argus", | ||
"description":"Complex CLI argument parser", | ||
"version":"0.0.2", | ||
"homepage":"http://github.com/wearefractal/argus", | ||
"repository":"git://github.com/wearefractal/argus.git", | ||
"author":"Fractal <contact@wearefractal.com> (http://wearefractal.com/)", | ||
"main":"./index.js", | ||
"dependencies":{ | ||
"coffee-script":"*", | ||
"pegjs":"*" | ||
}, | ||
"devDependencies":{ | ||
"mocha":"*", | ||
"should":"*" | ||
}, | ||
"scripts":{ | ||
"test":"mocha --compilers coffee:coffee-script" | ||
}, | ||
"engines":{ | ||
"node":">= 0.4.0" | ||
}, | ||
"licenses":[ | ||
{ | ||
"type":"MIT", | ||
"url":"http://github.com/wearefractal/argus/raw/master/LICENSE" | ||
} | ||
] | ||
"name": "argus", | ||
"description": "Complex CLI argument parser", | ||
"version": "0.0.3", | ||
"homepage": "http://github.com/wearefractal/argus", | ||
"repository": "git://github.com/wearefractal/argus.git", | ||
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)", | ||
"main": "./index.js", | ||
"dependencies": { | ||
"coffee-script": "^1.8.0", | ||
"pegjs": "^0.7.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^2.1.0", | ||
"should": "^4.6.1" | ||
}, | ||
"scripts": { | ||
"test": "mocha --compilers coffee:coffee-script/register" | ||
}, | ||
"engines": { | ||
"node": ">= 0.4.0" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://github.com/wearefractal/argus/raw/master/LICENSE" | ||
} | ||
] | ||
} |
@@ -67,1 +67,5 @@ ![status](https://secure.travis-ci.org/wearefractal/argus.png?branch=master) | ||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/wearefractal/argus/trend.png)](https://bitdeli.com/free "Bitdeli Badge") | ||
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 2 instances in 1 package
12137
1
71
+ Addedpegjs@0.7.0(transitive)
- Removedpegjs@0.10.0(transitive)
Updatedcoffee-script@^1.8.0
Updatedpegjs@^0.7.0