forked from Frontenda/react-avatar-cropper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.22 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
{
"name": "react-avatar-cropper",
"version": "0.0.3",
"repository": "https://github.com/DropsOfSerenity/react-avatar-cropper",
"description": "An avatar cropper meant to be a complete solution to avatar cropping.",
"main": "dist/ReactAvatarCropper.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/webpack-dev-server --content-base example/ --hot",
"prepublish": "NODE_ENV=production ./node_modules/.bin/webpack --config webpack.config.production.js",
"demo": "./node_modules/.bin/webpack --config webpack.config.demo.js"
},
"author": "Justin Schiff",
"license": "MIT",
"keywords": [
"react-component",
"crop",
"avatar",
"cropper",
"reactjs",
"react"
],
"browserify": {
"transform": [
"reactify"
]
},
"devDependencies": {
"babel": "^5.2.17",
"babel-core": "^5.2.17",
"babel-loader": "^5.0.0",
"browserify": "^10.1.3",
"css-loader": "^0.12.1",
"node-libs-browser": "^0.5.0",
"react": "^0.13.3",
"react-bootstrap": "^0.23.2",
"react-hot-loader": "^1.2.7",
"reactify": "^1.1.1",
"style-loader": "^0.12.2",
"webpack": "^1.9.4",
"webpack-dev-server": "^1.8.2"
}
}