summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/package.yaml
blob: 4d81c219f19511e7e9d4068c6eb78cac911c3080 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# use "yapm install ." if you're installing this from git repository

# "jju" stands for "json/json5 utils"
name: jju

version: 1.2.1
description: a set of utilities to work with JSON / JSON5 documents

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

repository:
  type: git
  url: git://github.com/rlidwka/jju

bugs:
  url: https://github.com/rlidwka/jju/issues

homepage: http://rlidwka.github.io/jju/

devDependencies:
  mocha: '>=1.21.0'
  js-yaml: '>=3.1.0'

  # linting tools
  eslint: '~0.4.2'

scripts:
  test: 'mocha test/*.js'
  lint: 'eslint -c ./.eslint.yaml ./lib'

keywords:
  - json
  - json5
  - parser
  - serializer
  - data

publishConfig:
  registry: https://registry.npmjs.org/

license:
  type: WTFPL
  url: http://www.wtfpl.net/txt/copying/