-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "croptool",
"version": "1.0.0",
"description": "Tool for cropping images at Wikimedia Commons and other Wikimedia wikis.",
"main": "public_html/app.js",
"directories": {
"test": "tests"
},
"dependencies": {
"angular-ladda": "^0.4.2",
"ladda": "~1.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"csso": "^3.5.1",
"gulp": "^4.0.2",
"gulp-csso": "^3.0.1",
"gulp-filter": "^5.1.0",
"gulp-jshint": "^2.0.1",
"gulp-rev": "^9.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^3.1.6",
"jshint": "^2.12.0",
"jshint-stylish": "^2.2.0"
},
"scripts": {
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danmichaelo/croptool.git"
},
"author": "Dan Michael O. Heggø",
"license": "MIT",
"bugs": {
"url": "https://github.com/danmichaelo/croptool/issues"
},
"homepage": "https://github.com/danmichaelo/croptool#readme"
}