-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "@dashkite/masonry-hooks",
"version": "0.0.0",
"description": "Hook-enabled build combinators",
"keywords": [],
"homepage": "https://github.com/dashkite/masonry-hooks#readme",
"bugs": {
"url": "https://github.com/dashkite/masonry-hooks/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dashkite/masonry-hooks.git"
},
"license": "SEE LICENSE IN LICENSE.md",
"contributors": [
"Dan Yoder <[email protected]>",
"David Harper <[email protected]>",
"Chand Rajendra-Nicolucci <[email protected]>"
],
"exports": {
".": {
"node": "./build/node/src/index.js"
}
},
"main": "build/node/src/index.js",
"files": [
"build/node/src"
],
"scripts": {
"test": "genie test",
"build": "genie build"
},
"devDependencies": {
"@dashkite/amen": "^0.2.0",
"@dashkite/amen-console": "^0.0.2",
"@dashkite/assert": "^0.1.4",
"@dashkite/genie": "link:../genie",
"@dashkite/genie-clean": "link:../genie-clean",
"@dashkite/genie-coffee": "link:../genie-coffee"
},
"dependencies": {
"@dashkite/masonry": "link:../masonry"
}
}