forked from gre/gl-react-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 946 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
{
"name": "gl-react-image",
"version": "3.1.0",
"description": "Universal gl-react cropper that implements various resizeMode in OpenGL",
"main": "lib/index.js",
"scripts": {
"compile": "rm -rf lib/ && babel --presets es2015,stage-1,react --source-maps -d lib src && flow-copy-source src lib",
"prepublish": "npm run compile"
},
"peerDependencies": {
"gl-react": ">= 3.13.0"
},
"devDependencies": {
"babel-cli": "6",
"babel-preset-es2015": "6",
"babel-preset-react": "6",
"babel-preset-stage-1": "6",
"flow-copy-source": "1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/gre/gl-react-image.git"
},
"keywords": [
"gl-react",
"image",
"gl",
"react"
],
"author": "Gaëtan Renaudeau",
"license": "MIT",
"bugs": {
"url": "https://github.com/gre/gl-react-image/issues"
},
"homepage": "https://github.com/gre/gl-react-image#readme"
}