-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.32 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
57
58
59
60
61
{
"name": "fp-uglify",
"version": "0.2.8",
"description": "Uglify extension for Fepper client-side JavaScript",
"main": "uglify~extend.js",
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint *.js && eslint test/*.js",
"test": "nyc mocha"
},
"husky": {
"hooks": {
"pre-push": "npm run lint && npm test"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/electric-eloquence/fp-uglify.git"
},
"keywords": [
"atomic",
"component",
"design",
"end",
"fepper",
"front",
"front-end",
"frontend",
"lab",
"library",
"minification",
"minify",
"pattern",
"prototype",
"prototyper",
"prototyping",
"template",
"uglify"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/electric-eloquence/fp-uglify/issues"
},
"homepage": "https://github.com/electric-eloquence/fp-uglify#readme",
"dependencies": {
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.1"
},
"devDependencies": {
"chai": "4.x",
"coveralls": "3.x",
"eslint": "8.x",
"fepper": "*",
"fepper-utils": "*",
"gulp": "https://github.com/electric-eloquence/gulp/tarball/v3-lts",
"husky": "4.x",
"mocha": "8.x",
"nyc": "15.x"
}
}