You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
711 B
33 lines
711 B
5 years ago
|
{
|
||
|
"name": "@imove/transform",
|
||
|
"version": "0.1.10",
|
||
|
"description": "transform graph to schema",
|
||
|
"keywords": [
|
||
|
"json-schema"
|
||
|
],
|
||
|
"author": "suanmei <mr_suanmei@163.com>",
|
||
|
"homepage": "https://github.com/suanmei/iMove#readme",
|
||
|
"license": "MIT",
|
||
|
"main": "dist/transform.common.js",
|
||
|
"directories": {
|
||
|
"lib": "lib",
|
||
|
"test": "__tests__"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"publishConfig": {
|
||
|
"registry": "http://registry.npmjs.org/"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/suanmei/iMove.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/suanmei/iMove/issues"
|
||
|
}
|
||
|
}
|