-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 786 Bytes
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
{
"name": "utilities",
"version": "1.0.0",
"description": "A repository of reusable helper functions.",
"author": {
"name": "Alexander Rice",
"email": "webdev@ricealexander.com",
"url": "https://ricealexander.com"
},
"repository": "github:ricealexander/helpers",
"bugs": "https://github.com/ricealexander/helpers/issues",
"license": "MIT",
"private": true,
"scripts": {
"serve": "parcel index.html",
"test": "jasmine"
},
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-webtrinkets": "git://github.com/ricealexander/eslint-config-webtrinkets#1.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-unicorn": "^20.1.0",
"jasmine-es6": "^0.4.3",
"parcel": "^1.12.4"
}
}