-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 929 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
{
"name": "simple_image_editor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --progress",
"build": "NODE_ENV=production webpack --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jackblackevo/SimpleImageEditor.git"
},
"author": "Tse-Hsien Chiang",
"license": "ISC",
"bugs": {
"url": "https://github.com/jackblackevo/SimpleImageEditor/issues"
},
"homepage": "https://github.com/jackblackevo/SimpleImageEditor#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"standard": "^10.0.1",
"standard-loader": "^6.0.1",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"@fengyuanchen/exif": "^0.1.1",
"cropperjs": "^1.0.0-rc"
}
}