0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00
verdaccio/package.json

6 lines
175 B
JSON
Raw Normal View History

{ "name": "sinopia",
2014-07-10 12:19:17 -05:00
"version": "0.0.0",
"dependencies": {"js-yaml": "*"},
2014-07-10 12:19:17 -05:00
"scripts": {"prepublish": "js-yaml package.yaml > package.json ; npm install --production"}
}