forked from CognitiveScale/generator-cortex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 969 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 969 Bytes
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@c12e/generator-cortex",
"version": "0.3.12",
"description": "Generates a development project for Cortex constructs like actions and skills",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
"public": true
},
"author": "CognitiveScale",
"homepage": "https://github.com/CognitiveScale/generator-cortex",
"repository": {
"type": "git",
"url": "https://github.com/CognitiveScale/generator-cortex.git"
},
"main": "generators/app/index.js",
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"cortex",
"skills",
"connections",
"CognitiveScale"
],
"dependencies": {
"debug": "^3.1.0",
"joi": "^13.1.2",
"superagent": "^3.8.2",
"yeoman-generator": "^3.1.1"
},
"devDependencies": {
"mocha": "^5.0.0",
"yeoman-assert": "^3.1.0",
"yeoman-test": "^2.0.0"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/"
}
}