-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
29 lines (29 loc) · 858 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
{
"name": "dmfojs",
"version": "1.0.0",
"description": "<h1 align=\"center\">Don't make fun of JavaScript</h1> <div align=\"center\"> <img src=\"assets/undraw_code_review_l1q9.svg\" alt=\"Dont't make fun of JavaScript\" width=\"400\"/> <br> <p> <em>Credits: illustration by <a href=\"https://undraw.co/\">unDraw</a></em> </p> </div>",
"main": "''",
"jest": {
"setupTestFrameworkScriptFile": "jest-chain"
},
"scripts": {
"test": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pixari/dmfojs.git"
},
"keywords": [
"javascript"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pixari/dmfojs/issues"
},
"homepage": "https://github.com/pixari/dmfojs#readme",
"devDependencies": {
"jest": "^24.8.0",
"jest-chain": "^1.1.2"
}
}