-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 854 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 854 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
{
"name": "yowl-platform-cli",
"version": "0.3.3",
"description": "Interact with yowl chatbots via the command line",
"main": "index.js",
"scripts": {
"lint": "jshint index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brianbrunner/yowl-platform-cli.git"
},
"keywords": [
"chatbot",
"yowl"
],
"author": "Brian Brunner (brian.brunner@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/brianbrunner/yowl-platform-cli/issues"
},
"homepage": "https://github.com/brianbrunner/yowl-platform-cli#readme",
"dependencies": {
"request": "^2.81.0",
"unfluff": "^1.1.0",
"yargs": "^4.6.0"
},
"devDependencies": {
"jshint": "latest",
"browserify": "latest",
"mocha": "latest"
},
"jshintConfig": {
"node": true,
"proto": true
}
}