mirror of
https://github.com/xodio/xod.git
synced 2026-03-05 16:34:04 +01:00
34 lines
782 B
JSON
34 lines
782 B
JSON
{
|
|
"name": "xod-patch-search",
|
|
"version": "0.37.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "babel src -d dist",
|
|
"clean:dist": "rimraf ./dist",
|
|
"dev": "yarn run build --watch",
|
|
"test": "mocha test/**/*.spec.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/xodio/xod.git"
|
|
},
|
|
"author": "XOD Team <dev@xod.io>",
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/xodio/xod/issues"
|
|
},
|
|
"homepage": "https://github.com/xodio/xod#readme",
|
|
"dependencies": {
|
|
"fuse.js": "^3.0.5",
|
|
"ramda": "^0.24.1",
|
|
"ramda-fantasy": "^0.8.0",
|
|
"xod-func-tools": "^0.34.0",
|
|
"xod-project": "^0.37.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"xod-fs": "^0.37.0"
|
|
}
|
|
}
|