Files
xod/packages/xod-arduino-builder/package.json
2017-06-26 15:20:57 +03:00

42 lines
930 B
JSON

{
"name": "xod-arduino-builder",
"version": "0.1.4",
"description": "XOD project: Arduino Builder",
"main": "dist/index.js",
"scripts": {
"copy-index": " cpx \"src/*.json\" dist",
"build": "babel src -d dist && yarn copy-index",
"dev": "yarn run build -- --watch",
"test": "mocha test/**/*.spec.js"
},
"author": "XOD Team <dev@xod.io>",
"repository": {
"type": "git",
"url": "https://github.com/xodio/xod.git"
},
"license": "AGPL-3.0",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"child-process-promise": "^2.2.1",
"compare-versions": "^3.0.1",
"hm-def": "^0.2.0",
"ramda": "^0.23.0",
"rest": "^2.0.0",
"sanctuary-def": "^0.9.0",
"serialport": "^4.0.7",
"xod-fs": "^0.1.4",
"xod-func-tools": "^0.1.4"
},
"babel": {
"presets": [
"node6"
]
},
"devDependencies": {
"chai": "^4.0.2",
"cpx": "^1.5.0"
}
}