UNPKG

724 BJSONView Raw
1{
2 "name": "joycon",
3 "version": "0.2.0",
4 "description": "Load config with ease.",
5 "repository": {
6 "url": "egoist/joycon",
7 "type": "git"
8 },
9 "main": "index.js",
10 "files": [
11 "index.js"
12 ],
13 "scripts": {
14 "test": "npm run lint && jest",
15 "lint": "xo"
16 },
17 "author": "egoist <0x142857@gmail.com>",
18 "license": "MIT",
19 "jest": {
20 "testEnvironment": "node"
21 },
22 "devDependencies": {
23 "@types/json5": "^0.0.29",
24 "@types/node": "^9.6.5",
25 "eslint-config-rem": "^3.0.0",
26 "jest-cli": "^19.0.0",
27 "xo": "^0.18.0"
28 },
29 "xo": {
30 "extends": "rem",
31 "envs": [
32 "jest"
33 ]
34 },
35 "engines": {
36 "node": ">=7.6.0"
37 },
38 "dependencies": {
39 "json5": "^1.0.1"
40 }
41}