-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 909 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
{
"name": "chrome-annotation",
"version": "1.3.2",
"description": "Give you the possibility to annotate and print something on the screen",
"main": "manifest.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guidiego/chrome-annotation.git"
},
"keywords": [
"chrome",
"extension",
"canvas",
"annotate",
"annotation",
"draw",
"utility",
"app"
],
"author": [
"Guilherme Diego",
"Nihey Takizawa"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/guidiego/chrome-annotation/issues"
},
"homepage": "https://github.com/guidiego/chrome-annotation#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.1",
"gulp-uglify": "^1.2.0"
}
}