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