forked from opus1269/photo-screen-saver
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.61 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "photo-screen-saver",
"version": "1.0.0",
"description": "https://chrome.google.com/webstore/detail/kohpcmlfdjfdggcjmjhhbcbankgmppgc",
"main": "background.js",
"scripts": {
"update_savedev": "npm update --save-dev",
"prune": "npm prune",
"delete_all": "rmdir node_modules /s /q"
},
"repository": {
"type": "git",
"url": "https://github.com/opus1269/photo-screen-saver.git"
},
"author": "Michael Updike <[email protected]>",
"license": "BSD 3-Clause",
"bugs": {
"url": "https://github.com/opus1269/photo-screen-saver/issues"
},
"homepage": "https://github.com/opus1269/photo-screen-saver",
"private": true,
"devDependencies": {
"del": "^3.0.0",
"eslint": "^4.0.0",
"eslint-config-google": "^0.8.0",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-promise": "^3.5.0",
"gulp": "^3.9.1",
"gulp-changed": "^3.0.0",
"gulp-clean-css": "^3.4.2",
"gulp-crisper": "^1.1.0",
"gulp-debug": "^3.1.0",
"gulp-eslint": "^4.0.0",
"gulp-html-extract": "^0.3.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.3.0",
"gulp-jsdoc3": "^1.0.1",
"gulp-load-plugins": "^1.5.0",
"gulp-minify-html": "^1.0.6",
"gulp-minify-inline": "^0.2.1",
"gulp-plumber": "^1.1.0",
"gulp-polylint": "^1.0.3",
"gulp-replace": "^0.6.1",
"gulp-size": "^2.1.0",
"gulp-strip-line": "0.0.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-vulcanize": "^6.1.0",
"gulp-watch": "^4.3.11",
"gulp-zip": "^4.0.0",
"run-sequence": "^1.2.2",
"uglify-es": "^3.0.19",
"vulcanize": "^1.15.3"
},
"false": {}
}