generated from dashkite/module
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.48 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.48 KB
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
54
55
56
57
58
59
{
"name": "@dashkite/joy",
"version": "0.4.0",
"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 <dan@dashkite.com>",
"David Harper <david@dashkite.com>"
],
"exports": {
".": {
"node": "./build/node/src/index.js",
"browser": "./build/browser/src/index.js"
},
"./*": {
"node": "./build/node/src/*.js",
"browser": "./build/browser/src/*.js"
}
},
"files": [
"build/node/src",
"build/browser/src"
],
"scripts": {
"test": "genie test",
"build": "genie -x module -- build"
},
"devDependencies": {
"@dashkite/amen": "link:../amen",
"@dashkite/amen-console": "link:../amen-console",
"@dashkite/assert": "^0.1.4",
"@dashkite/genie": "^0.8.4",
"@dashkite/genie-clean": "link:../genie-clean",
"@dashkite/genie-coffee": "link:../genie-coffee",
"@dashkite/genie-module": "link:../genie-module",
"@dashkite/genie-release": "link:../genie-release",
"@dashkite/genie-watch": "link:../genie-watch",
"retypeapp": "^1.10.0",
"sinon": "^12.0.1"
}
}