-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 786 Bytes
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
{
"name": "fideo-react",
"version": "1.0.3",
"description": "Video embed container for different aspect-ratios",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Trolleymusic/fideo-react.git"
},
"scripts": {
"test": "node_modules/.bin/standard",
"prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir lib"
},
"author": "Trolleymusic",
"license": "ISC",
"dependencies": {
"react": "^16.2.0"
},
"babel": {
"presets": [
"env"
],
"plugins": [
"transform-react-jsx"
]
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"standard": "^12.0.1"
}
}