0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/index.js

11 lines
235 B
JavaScript
Raw Normal View History

require('es6-shim')
module.exports = require('./lib')
/**package
2016-11-07 12:15:38 -05:00
{ "name": "verdaccio",
2014-07-10 12:19:17 -05:00
"version": "0.0.0",
"dependencies": {"js-yaml": "*"},
"scripts": {"postinstall": "js-yaml package.yaml > package.json ; npm install"}
}
**/