forked from nhagen/react-intercom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 857 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
{
"name": "react-intercom",
"version": "1.0.16",
"description": "A component to initialize Intercom in your application",
"main": "lib/index.js",
"dependencies": {
"prop-types": "15.5.8"
},
"devDependencies": {
"babel-cli": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.1.18"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "babel --presets es2015,react,stage-0 -d lib/ src/",
"prepublishOnly": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/5calls/react-intercom.git"
},
"author": "Nathan Hagen",
"license": "MIT",
"bugs": {
"url": "https://github.com/5calls/react-intercom/issues"
},
"homepage": "https://github.com/5calls/react-intercom#readme"
}