Files
xod/packages/xod-func-tools/package.json
2017-09-04 12:35:03 +03:00

26 lines
642 B
JSON

{
"name": "xod-func-tools",
"version": "0.13.0",
"description": "",
"keywords": [],
"author": "XOD Team <dev@xod.io>",
"license": "AGPL-3.0",
"main": "dist/index.js",
"scripts": {
"doc": "documentation build --format html --output doc --sort-order alpha src/",
"build": "babel src/ -d dist/ --source-maps",
"dev": "yarn run build -- --watch",
"test": "mocha test/**/*.spec.js"
},
"dependencies": {
"hm-def": "^0.2.0",
"ramda": "^0.22.1",
"ramda-fantasy": "^0.7.0",
"sanctuary-def": "^0.9.0",
"sanctuary-type-identifiers": "^1.0.0"
},
"devDependencies": {
"chai": "^3.5.0"
}
}