This repository has been archived by the owner on Mar 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.54 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
63
64
65
66
{
"name": "windtoday-windsurf-accesories",
"description": "Directory of windsurf accesories",
"homepage": "https://github.com/windtoday/windtoday-windsurf-accesories",
"version": "0.0.0",
"main": "index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",
"name": "Kiko Beats",
"url": "https://github.com/Kikobeats"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kikobeats/windtoday-windsurf-accesories.git"
},
"bugs": {
"url": "https://github.com/windtoday/windtoday-windsurf-accesories/issues"
},
"keywords": [
"directory",
"fins",
"windsurf",
"windtoday"
],
"dependencies": {
"lodash.find": "~4.6.0",
"lodash.get": "~4.4.2",
"lodash.mapvalues": "~4.6.0",
"lodash.reduce": "~4.6.0",
"regex-word-boundary": "~1.1.0",
"import-modules": "~2.1.0",
"str-match": "~2.1.1"
},
"devDependencies": {
"coveralls": "latest",
"git-dirty": "latest",
"husky": "latest",
"json-future": "latest",
"json-is-equal": "latest",
"lodash": "latest",
"mocha": "latest",
"nyc": "latest",
"should": "latest",
"standard": "latest"
},
"engines": {
"node": ">= 0.10"
},
"scripts": {
"clean": "rm -rf node_modules",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard",
"precommit": "node scripts/sort",
"pretest": "npm run lint",
"test": "nyc mocha"
},
"license": "MIT",
"standard": {
"globals": [
"describe",
"xdescribe",
"xit",
"it"
]
}
}