-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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": "@minni-im/minni-embed-youtube",
"version": "1.0.2",
"description": "Youtube embed provider for minni-app chat",
"main": "lib/",
"browser": "src/app-frontend/",
"scripts": {
"test": "jest",
"build": "rimraf lib && babel src/app-backend -d lib --ignore test.js,__mocks__,__tests__"
},
"repository": {
"type": "git",
"url": "git+https://github.com/minni-im/minni-embed-youtube.git"
},
"keywords": [
"embed",
"youtube",
"minni",
"chat",
"video"
],
"author": "Benoit Charbonnier <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/minni-im/minni-embed-youtube/issues"
},
"homepage": "https://github.com/minni-im/minni-embed-youtube#readme",
"dependencies": {},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-eslint": "8.0.0",
"babel-jest": "21.0.2",
"babel-preset-node8": "1.2.0",
"eslint": "4.7.1",
"jest": "21.1.0",
"rimraf": "^2.6.2"
},
"peerDependencies": {
"@minni-im/minni-embed": "1.0.*",
"node-fetch": "1.7.*",
"react": "15.*",
"react-dom": "15.*"
}
}