-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 KB
/
package.json
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": "nbp-adapter-wit",
"version": "0.0.3",
"description": "Wit.ai adapter for Node.js Bot Platform",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "babel ./src --preset babel-preset-es2015 --out-dir ./dist",
"build:watch": "babel --watch ./src --preset babel-preset-es2015 --out-dir ./dist",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evilai/nbp-adapter-wit.git"
},
"author": "Maxim Vetrenko <vetrenko.maxim@gmail.com> (https://github.com/maxmert)",
"license": "ISC",
"bugs": {
"url": "https://github.com/evilai/nbp-adapter-wit/issues"
},
"homepage": "https://github.com/evilai/nbp-adapter-wit#readme",
"dependencies": {
"http-status": "^0.2.3",
"lodash": "^4.16.4",
"superagent": "^2.3.0"
},
"devDependencies": {
"eslint-config-evilai": "^0.0.1",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-0": "^6.16.0"
}
}