Support JSPM package manager

Issue #134 resolved
TyphonRT created an issue

Greets,

Versioneye is great; thanks! It would be fantastic if JSPM (http://jspm.io/) could be supported. It's definitely an up and coming package manager that is gaining considerable usage. Essentially NPM and Github dependencies managed by JSPM are stored in an extension of package.json under a "jspm" entry. Just like Node dependencies JSPM uses similar dependencies / devdependencies entries.

https://github.com/jspm/registry/wiki/Configuring-Packages-for-jspm#package-dependencies

A sample package.json with JSPM dependencies / devDependencies: https://github.com/typhonjs/backbone-parse-es6/blob/master/package.json#L14

Comments (7)

  1. Timo Sulg

    Just made PR for initial version - next tasks will require crawlers for github and JSPM packages, then it's needs small updates to find those products by their Github id or JSPM id;

  2. Robert Reiz

    First implementation is finished and online. Please test it and give feedback. If something is missing or there is a bug then please open a new ticket here.

  3. Log in to comment