-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.25 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
45
46
47
48
49
{
"name": "minimage",
"version": "1.0.0",
"description": "Minimal image editor",
"main": "index.html",
"dependencies": {},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2017": "^6.24.1",
"babili": "^0.1.4",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"offline-plugin": "^4.9.1",
"style-loader": "^0.18.2",
"watch-less": "0.0.4",
"webpack": "^3.12.0",
"webpack-dev-server": "^2.11.3"
},
"scripts": {
"start": "rm -rf dist && NODE_ENV=development webpack-dev-server",
"build": "rm -rf dist && webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renanlecaro/minimage.git"
},
"keywords": [
"canvas",
"image",
"mobile",
"responsive",
"minimal"
],
"author": "Renan LE CARO",
"license": "ISC",
"bugs": {
"url": "https://github.com/renanlecaro/minimage/issues"
},
"homepage": "https://github.com/renanlecaro/minimage#readme"
}