platojs
Version:
Libraries of PLATO
35 lines (34 loc) • 821 B
JSON
{
"name": "system",
"version": "3.0.0-beta.9",
"description": "Core of PLATO",
"main": "index.js",
"scripts": {
"unit": "cross-env NODE_ENV=test DEBUG=PLATO:* karma start ./test/unit/runner.js",
"unit:dev": "npm run unit -- --watch",
"lint": "eslint --max-warnings 10 .",
"lint:fix": "npm run lint -- --fix",
"test": "npm run lint && npm run unit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/platojs/system.git"
},
"keywords": [
"plato",
"core",
"system"
],
"author": "crossjs",
"license": "MIT",
"bugs": {
"url": "https://github.com/platojs/system/issues"
},
"homepage": "https://github.com/platojs/system",
"dependencies": {
"platojs": "latest"
},
"devDependencies": {
"plato-dev-dependencies": "latest"
}
}