@rpose/runtime
Version:
33 lines • 776 B
JSON
{
"name": "@rpose/runtime",
"version": "0.2.16",
"devDependencies": {
"@gotoeasy/file": "*",
"@gotoeasy/csjs": "*",
"eslint": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build",
"eslint": "node build && node node_modules/eslint/bin/eslint runtime.js"
},
"description": "rpose runtime",
"keywords": [
"gotoeasy",
"rpose",
"runtime"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gotoeasy/rpose.git"
},
"homepage": "https://github.com/gotoeasy/rpose/blob/master/runtime/README.md",
"bugs": {
"url": "https://github.com/gotoeasy/rpose/issues"
},
"author": {
"name": "青松",
"email": "gotoeasy@163.com"
},
"license": "MIT"
}