SE-09/HapticsProject
2
1{2 "name": "tutorial-node",3 "version": "1.0.0",4 "description": "AI Mastering API tutorial written in node.js.",5 "main": "index.js",6 "scripts": {7 "test": "echo \"Error: no test specified\" && exit 1"8 },9 "repository": {10 "type": "git",11 "url": "git+https://github.com/ai-mastering/tutorialnode.git"12 },13 "author": "AI Mastering",14 "license": "ISC",15 "bugs": {16 "url": "https://github.com/ai-mastering/tutorialnode/issues"17 },18 "homepage": "https://github.com/ai-mastering/tutorialnode#readme",19 "dependencies": {20 "aimastering": "^1.1.0",21 "commander": "^2.17.1",22 "lodash": "^4.17.21",23 "secure-random-string": "^1.1.3"24 }25}26 