-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.08 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
{
"name": "nbp-adapter-google-natural-language",
"version": "0.0.4",
"description": "Google Natural Language adapter for Node.js Bot Platform",
"main": "dist/index.js",
"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-google-natural-language.git"
},
"author": "Maxim Vetrenko <vetrenko.maxim@gmail.com> (https://github.com/maxmert)",
"license": "ISC",
"bugs": {
"url": "https://github.com/evilai/nbp-adapter-google-natural-language/issues"
},
"homepage": "https://github.com/evilai/nbp-adapter-google-natural-language#readme",
"dependencies": {
"@google-cloud/language": "^0.7.1"
},
"devDependencies": {
"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",
"eslint-config-evilai": "^0.0.1"
}
}