-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.1 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
38
39
40
41
42
43
44
45
{
"name": "kuchimane",
"version": "0.0.7",
"description": "",
"homepage": "https://github.com/voice-assistant/kuchimane",
"private": false,
"main": "dist/bundle.js",
"keywords": [
"dialogue",
"test",
"feature"
],
"scripts": {
"test": "mocha --compilers js:espower-babel/guess test/**/*.js",
"postinstall": "webpack",
"lint": "eslint src/**/*.js test/**/*.js"
},
"author": "kikaineko",
"license": "Apache 2.0",
"devDependencies": {
"eslint": "^4.12.1",
"espower-babel": "^4.0.3",
"mocha": "^4.0.1",
"power-assert": "^1.4.4"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"babelfy": "^1.1.0",
"commander": "^2.15.1",
"webpack": "^3.8.1",
"webpack-cli": "^1.0.0",
"satori-flow": "^0.1.0"
},
"repository": {
"type": "git",
"url": "[email protected]:voice-assistant/kuchimane.git"
}
}