QL code and tests for C#/C++/JavaScript.

This commit is contained in:
Pavel Avgustinov
2018-08-02 17:53:23 +01:00
commit b55526aa58
10684 changed files with 581163 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "robonode",
"version": "0.1.0",
"private": true,
"dependencies": {
"express": "3.4.4",
"osprey": "0.1.1",
"cors": ">=2.4.1",
"bluetooth-serial-port": ">=1.1",
"xml2js": ">=0.4.4"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-mocha-test": "~0.8.1",
"mocha": "1.15.1",
"should": "2.1.1",
"grunt-express-server": "~0.4.13",
"load-grunt-tasks": "~0.2.1",
"supertest": "~0.8.2",
"grunt-contrib-jshint": "~0.8.0"
}
}