0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/index.js

11 lines
233 B
JavaScript
Raw Normal View History

require('es6-shim')
module.exports = require('./lib')
/**package
{ "name": "sinopia",
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"}
}
**/