]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/package.yaml
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / read-package-json / node_modules / json-parse-helpfulerror / node_modules / jju / package.yaml
1 # use "yapm install ." if you're installing this from git repository
2
3 # "jju" stands for "json/json5 utils"
4 name: jju
5
6 version: 1.3.0
7 description: a set of utilities to work with JSON / JSON5 documents
8
9 author:
10   name: Alex Kocharin
11   email: alex@kocharin.ru
12
13 repository:
14   type: git
15   url: git://github.com/rlidwka/jju
16
17 bugs:
18   url: https://github.com/rlidwka/jju/issues
19
20 homepage: http://rlidwka.github.io/jju/
21
22 devDependencies:
23   mocha: '>=1.21.0'
24   js-yaml: '>=3.1.0'
25
26   # linting tools
27   eslint: '~0.4.2'
28
29 scripts:
30   test: 'mocha test/*.js'
31   lint: 'eslint -c ./.eslint.yaml ./lib'
32
33 keywords:
34   - json
35   - json5
36   - parser
37   - serializer
38   - data
39
40 publishConfig:
41   registry: https://registry.npmjs.org/
42
43 license:
44   type: WTFPL
45   url: http://www.wtfpl.net/txt/copying/
46