mirror of
https://github.com/xodio/xod.git
synced 2026-02-20 02:01:20 +01:00
42 lines
930 B
JSON
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"
|
|
}
|
|
}
|