-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1000 Bytes
/
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
{
"name": "zoomjs",
"version": "3.3.23",
"description": "Helpful abstractions for functional programming in javascript.",
"main": "index.js",
"scripts": {
"build": "bin/build",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"lint": "bin/lint",
"tdd": "bin/tdd",
"test": "bin/test"
},
"author": "Dustin <[email protected]>",
"license": "MIT",
"devDependencies": {
"conventional-changelog-cli": "^2.1.1",
"coveralls": "^3.0.12",
"eslint": "^8.21.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.6.1",
"jest": "^28.1.3"
},
"dependencies": {
"fantasy-land": "^4.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dustinws/zoom.git"
},
"bugs": {
"url": "https://github.com/dustinws/zoom/issues"
},
"homepage": "https://github.com/dustinws/zoom#readme"
}