-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 989 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 989 Bytes
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
{
"name": "vPause",
"version": "4.1.2",
"description": "Opera and Chrome extension to control vk.com player from any tab",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/SpadarShut/vPause.git"
},
"keywords": [
"extension",
"chromium",
"opera",
"vk.com"
],
"devDependencies": {
"async": "^2.0.1",
"del": "^2.2.0",
"fs-jetpack": "^0.9.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.12",
"gulp-htmlmin": "^2.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-json-minify": "^1.0.5",
"gulp-less": "^3.0.5",
"gulp-sequence": "^0.4.4",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.5",
"gulp-zip": "^3.1.0",
"less": "^2.5.3",
"pump": "^1.0.1",
"yargs": "^5.0.0"
},
"author": "Pavel Shut",
"license": "BSD",
"readmeFilename": "README.md",
"dependencies": {
"natives": "^1.1.6"
}
}