-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 778 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 778 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
28
29
30
{
"name": "bitmap-editor-challenge",
"version": "1.0.0",
"description": "An OOD Challenge for MSE trainees",
"main": "index.js",
"scripts": {
"test": "npx jasmine"
},
"author": "dearshrewdwit",
"license": "ISC",
"devDependencies": {
"eslint": "^7.24.0",
"jasmine": "^3.7.0"
},
"dependencies": {
"eslint-config-common": "^3.0.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"image-js": "^0.31.4",
"os": "^0.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hanna-98/bitmap-editor-challenge.git"
},
"bugs": {
"url": "https://github.com/hanna-98/bitmap-editor-challenge/issues"
},
"homepage": "https://github.com/hanna-98/bitmap-editor-challenge#readme"
}