Sha256: 877f09407ac7288a3365cf951543557a16f7d7666a9b6503af0e9b1b852cc3ca

Contents?: true

Size: 385 Bytes

Versions: 4

Compression:

Stored size: 385 Bytes

Contents

{
  "name": "{{ npm_scoped_name }}",
  "private": {{ 'true' if npm_private else 'false' }},
  "version": "{{ npm_version }}",
  "description": "{{ npm_description }}",
  "main": "{{ npm_main }}",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": {{ npm_keywords | to_json }},
  "author": "{{ npm_author }}",
  "license": "{{ npm_license }}"
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
qb-0.1.17 roles/qb.npm/templates/package.json.j2
qb-0.1.16 roles/qb.npm/templates/package.json.j2
qb-0.1.15 roles/qb.npm/templates/package.json.j2
qb-0.1.14 roles/qb.npm/templates/package.json.j2