
name: yapm
version: 0.7.2
description: npm wrapper allowing to use package.yaml instead of package.json

author:
  name: Alex Kocharin
  email: alex@kocharin.ru

keywords:
  - package manager
  - modules
  - install
  - package.yaml
  - package.json5
  - yaml
  - json5
  - npm

preferGlobal: true
homepage: https://npmjs.org/doc/
 
repository:
  type: git
  url: https://github.com/rlidwka/yapm

bugs:
  url: http://github.com/rlidwka/yapm/issues

main: ./yapm.js

bin:
  yapm: ./yapm.js

dependencies:
  npm: '*'
  js-yaml: '*'
  through: '*'
  jju: '*'

devDependencies:
  async: '*'

optionalDependencies:
  yaml-update: '*'

