-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 908 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
{
"name": "jarvis",
"version": "1.0.0",
"description": "ChatBot testing framework.",
"main": "index.js",
"scripts": {
"test": "npx babel-node spec/run.js **/**/*.spec.js",
"example": "babel-node examples/run.js"
},
"author": "Sebastian Amenabar <samenabar@uc.cl>",
"license": "ISC",
"repository": "https://github.com/sebamenabar/Jarvis.js.git",
"devDependencies": {
"@types/node": "^10.0.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-preset-airbnb": "^2.4.0",
"babel-preset-env": "^1.6.1",
"eslint": "4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jasmine": "^2.9.3",
"jasmine": "^3.1.0",
"tslint": "^5.9.1",
"tslint-config-airbnb-base": "^0.1.0",
"tslint-eslint-rules": "^5.1.0",
"typescript": "^2.8.3"
},
"dependencies": {
"fibers": "^2.0.2"
}
}