generated from dashkite/module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.15 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
{
"name": "@dashkite/joy",
"version": "0.3.16",
"description": "",
"keywords": [
"lodash",
"rambda",
"functional",
"functional programming",
"coffeescript",
"generic function",
"metaclass",
"metaprogramming"
],
"homepage": "https://github.com/dashkite/module#readme",
"bugs": {
"url": "https://github.com/dashkite/module/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dashkite/module.git"
},
"license": "SEE LICENSE IN LICENSE.md",
"contributors": [
"Dan Yoder <[email protected]>",
"David Harper <[email protected]>"
],
"exports": {
".": {
"node": "./build/node/src/index.js",
"browser": "./build/browser/src/index.js"
},
"./*": {
"node": "./build/node/src/*.js",
"browser": "./build/browser/src/*.js"
}
},
"main": "build/node/src/index.js",
"files": [
"build/node/src",
"build/browser/src"
],
"scripts": {
"test": "genie test"
},
"devDependencies": {
"@dashkite/genie": "^0.5.6",
"@dashkite/genie-presets": "^0.5.3",
"amen": "^3.0.0",
"retypeapp": "^1.10.0",
"sinon": "^12.0.1"
}
}