-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.38 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
62
{
"name": "fp-import",
"version": "0.11.10",
"description": "Import extension for Fepper",
"main": "import~extend.js",
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint *.js && eslint test/tests/*-tests.js",
"test": "nyc mocha test/tests/*-tests.js"
},
"husky": {
"hooks": {
"pre-push": "npm run lint && npm test"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/electric-eloquence/fp-import.git"
},
"keywords": [
"atomic",
"component",
"design",
"end",
"fepper",
"front",
"front-end",
"frontend",
"lab",
"library",
"pattern",
"prototype",
"prototyper",
"prototyping",
"template"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/electric-eloquence/fp-import/issues"
},
"homepage": "https://github.com/electric-eloquence/fp-import#readme",
"dependencies": {
"fs-extra": "^10.0.0",
"glob": "^7.1.2",
"js-yaml": "^4.1.0",
"minimist": "^1.2.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
"chai": "4.x",
"coveralls": "3.x",
"diveSync": "^0.3.0",
"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",
"slash": "^3.0.0"
}
}