-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
44 lines (44 loc) · 975 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
37
38
39
40
41
42
43
44
{
"name": "alimask",
"officialName": "alimask",
"version": "1.0.3",
"summary": "alimask is a simple library to generate water mask used in alibaba / antfin.",
"description": "alibaba water mask background.",
"author": {
"name": "hustcc",
"url": "https://github.com/hustcc"
},
"license": "MIT",
"keywords": [
"alimask",
"canvas",
"javascript",
"mask",
"watermark",
"background",
"antfin",
"alibaba"
],
"main": "dist/alimask.min.js",
"repository": {
"type": "git",
"url": "https://github.com/hustcc/alimask"
},
"bugs": {
"url": "https://github.com/hustcc/alimask/issues"
},
"devDependencies": {
"gulp": "^3.9.1",
"jshint": "^2.9.4",
"gulp-uglify": "^2.1.2",
"gulp-rename": "^1.2.2",
"gulp-inject-version": "^1.0.1"
},
"scripts": {
"lint": "jshint src/alimask.js",
"test": "npm run lint && npm run build",
"build": "gulp build"
},
"dependencies": {
}
}