-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 841 Bytes
/
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
{
"name": "vusa",
"version": "1.0.0",
"description": "very unreliable speech assistant",
"main": "main.js",
"scripts": {
"build": "webpack",
"test": "mocha --require babel-core/register",
"start": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/indranil/vusa.git"
},
"keywords": [
"speech"
],
"author": "Indranil Dasgupta",
"license": "ISC",
"bugs": {
"url": "https://github.com/indranil/vusa/issues"
},
"homepage": "https://github.com/indranil/vusa#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"mocha": "^4.0.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^3.1.11"
},
"dependencies": {
"axios": "^0.28.0"
}
}