forked from CheneyLin/codeSuperGenPass_ChromeExtension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "SuperGenPass_ChromeExtension",
"version": "3.0.0",
"description": "a supergenpass chrome extension",
"homepage": "https://www.70apps.com/",
"author": "Cheney Lin",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/CheneyLin/codeSuperGenPass_ChromeExtension"
},
"keywords": [
"supergenpass",
"SGP",
"chrome extension"
],
"devDependencies": {
"concat-with-sourcemaps": "^1.0.4",
"deap": "^1.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-file-include": "^0.13.7",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.4.0",
"gulp-jshint": "^2.1.0",
"gulp-less": "^3.5.0",
"gulp-minify": "0.0.12",
"gulp-minify-css": "^1.2.4",
"gulp-replace": "^0.5.4",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^1.12.1",
"gulp-tinypng-compress": "^1.2.5",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.8",
"gulp-webserver": "^0.9.1",
"isobject": "^2.1.0",
"jshint": "^2.11.0",
"lodash": "^4.17.15",
"minimatch": "^3.0.4",
"semver": "^4.3.6",
"uglify-save-license": "^0.4.1",
"yargs": "^4.8.1"
},
"bugs": {
"url": "https://github.com/CheneyLin/codeSuperGenPass_ChromeExtension"
},
"dependencies": {},
"scripts": {}
}