solone
Version:
A component file routing system
61 lines (60 loc) • 1.29 kB
JSON
{
"name": "solone",
"version": "1.5.47",
"description": "A component file routing system",
"main": "solone.js",
"scripts": {
"test": "node ./test/run.js",
"debug": "node --inspect-brk ./test/run.js",
"build": "node ./build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keleko34/solone.git"
},
"keywords": [
"Component",
"File",
"routing",
"Kaleo"
],
"author": "keleko34",
"license": "MIT",
"bugs": {
"url": "https://github.com/keleko34/solone/issues"
},
"homepage": "https://github.com/keleko34/solone#readme",
"devDependencies": {
"benchmark": "2.1.4",
"chai": "4.2.0",
"google-closure-compiler-js": "20200112.0.0",
"lodash": "4.17.15",
"mocha": "7.0.0",
"platform": "1.3.5",
"sinon": "8.0.4",
"sinon-chai": "3.4.0"
},
"eslintConfig": {
"env": {
"node": true,
"browser": true,
"mocha": true
},
"globals": {
"define": true,
"module": true,
"Promise": true,
"solone": true,
"__KaleoiExtensions__": true,
"node_config": true,
"local_config": true
},
"rules": {
"no-console": "off",
"no-empty": "off"
},
"parserOptions": {
"ecmaVersion": 2017
}
}
}