-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (42 loc) · 1.07 KB
/
package.json
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
46
47
48
{ "name": "ceson",
"version": "0.1.5",
"description": "Yet another JSON derivative, aimed to be easy to use for humans as well as for low-level tools.",
"keywords": [
"comments",
"data notation",
"JSON",
"trailing comma"
],
"author": "M.K. (https://github.com/mk-pmb)",
"homepage": "https://github.com/mk-pmb/ceson-js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mk-pmb/ceson-js.git"
},
"bugs": {
"url": "https://github.com/mk-pmb/ceson-js/issues"
},
"private": false, "license": "ISC",
"main": "ceson.js",
"scripts": {
"test": "nodemjs test/all.mjs"
},
"directories": {
"doc": "doc",
"test": "test"
},
"eslintConfig": { "extends": "nodejs-pmb" },
"dependencies": {
"json-parse-pmb": "^1.0.0"
},
"devDependencies": {
"absdir": "^1.0.6",
"eslint-config-nodejs-pmb": "^0.2.3",
"eslint-pretty-pmb": "^1.0.2",
"nodemjs": "^0.1.9",
"p-fatal": "^0.1.3",
"p-tape": "^4.0.1",
"pify": "^5.0.0"
},
"npm vs. BOM = Unexpected token": "-*- coding: UTF-8 -*-"
}