-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.03 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
{
"name": "spellbook",
"version": "1.3.0",
"description": "Functional and asynchronous conjurations for Javascript",
"main": "src/main.js",
"scripts": {
"test": "npx mocha",
"build": "webpack --mode production --env production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/warlock/spellbook.git"
},
"keywords": [
"flow",
"performance",
"javascript",
"array",
"functional",
"then",
"chain",
"event",
"modules",
"iterator",
"tools",
"utils",
"map"
],
"author": "Josep Subils Rigau <[email protected]> (http://js.gl)",
"license": "MIT",
"bugs": {
"url": "https://github.com/warlock/spellbook/issues"
},
"homepage": "http://spellbook.js.gl",
"dependencies": {
"eem": "^1.2.3",
"tck": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.3",
"chai": "^4.3.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}