forked from hunkim/Wit-Facebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 914 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
37
{
"name": "Wit-Facebook",
"version": "1.0.0",
"description": "Simple Wit-Facebook",
"main": "index.js",
"scripts": {
"start": "node index.js",
"bot": "node bot.js",
"test": "jest"
},
"author": "",
"license": "MIT",
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"unmockedModulePathPatterns": ["core-js/.*", "sshpk/.*"]
},
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.13.4",
"node-wit": "^3.2.2",
"node-uuid": "^1.4.7",
"request": "^2.72.0",
"babel-core": "^6.0.0",
"babel-jest": "^6.0.1",
"babel-polyfill": "^6.1.4",
"bl": "^1.0.0",
"jest-cli": "^0.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/hunkim/Wit-Facebook.git"
},
"bugs": {
"url": "https://github.com/hunkim/Wit-Facebook/issues"
},
"homepage": "https://github.com/hunkim/Wit-Facebook#readme"
}