-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 878 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
{
"name": "crx-screen-capture",
"version": "0.0.1",
"description": "Screen capture extension for Google Chrome.",
"main": "index.js",
"scripts": {
"less": "",
"lint": "jshint src/**/*.js",
"pretest": "npm run lint",
"test": "echo "
},
"keywords": [
"screen",
"capture",
"shot",
"cut",
"element",
"chrome",
"extension",
"APP"
],
"author": {
"name": "bubkoo",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bubkoo/crx-screen-grabber.git"
},
"bugs": {
"url": "https://github.com/bubkoo/crx-screen-grabber/issues"
},
"homepage": "https://github.com/bubkoo/crx-screen-grabber#readme",
"dependencies": {
"jquery": "^2.2.3",
"normalize.css": "^4.1.1"
},
"devDependencies": {
"jshint": "^2.9.2"
}
}