-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·60 lines (60 loc) · 1.78 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
{
"name": "agile-avatars",
"version": "1.0.0",
"description": "Great looking avatars for your agile board and experiment in FRAMEWORK-LESS, vanilla JavaScript.",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/mattriley/agile-avatars",
"repository": "github:mattriley/agile-avatars",
"author": {
"name": "Matt Riley",
"email": "[email protected]",
"url": "https://github.com/mattriley"
},
"bugs": {
"url": "https://github.com/mattriley/agile-avatars/issues",
"email": "[email protected]"
},
"type": "module",
"private": true,
"scripts": {
"cov": "npx task cov",
"deploy": "npx task deploy",
"lint": "npx task lint",
"pre": "npx task pre",
"setup": "npm i && npx task setup",
"start": "npx task start",
"test": "npx task test"
},
"dependencies": {
"blueimp-md5": "^2.19.0",
"lodash": "^4.17.21",
"mixpanel-browser": "^2.47.0",
"module-composer": "^0.163.0",
"vanilla-picker": "github:mattriley/vanilla-picker"
},
"devDependencies": {
"@parcel/resolver-glob": "^2.9.3",
"cloc": "^2.11.0",
"doctoc": "^2.2.1",
"ejs": "^3.1.9",
"eslint": "^8.50.0",
"eslint-plugin-import": "^2.28.1",
"events": "^3.3.0",
"flat": "^6.0.1",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"module-indexgen": "^0.41.0",
"module-testrunner": "^0.21.0",
"npm-check-updates": "^16.14.4",
"parcel": "^2.9.3",
"process": "^0.11.10",
"task-library": "^0.274.0",
"testing": "file:./testing",
"yaml": "^2.3.2"
},
"browserslist": [
">1%",
"not ie 11",
"not op_mini all"
]
}