-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.01 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
{
"name": "react-customer-chat",
"version": "1.0.2",
"description": "React Facebook Customer Chat Plugin",
"main": "dist/index.js",
"module": "dist/index.js",
"babel": {
"presets": [
"react",
"env",
"stage-2"
]
},
"directories": {
"example": "example"
},
"scripts": {
"build": "rm -rf dist && mkdir dist && npx babel index.js --out-dir dist --copy-files",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hungdev/react-customer-chat.git"
},
"keywords": [
"Facebook",
"Message",
"Customer",
"Chat",
"Plugin"
],
"author": "hungdev",
"license": "MIT",
"bugs": {
"url": "https://github.com/hungdev/react-customer-chat/issues"
},
"homepage": "https://github.com/hungdev/react-customer-chat#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1"
}
}