-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 993 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "render-glamorous",
"version": "0.0.1",
"description": "Render a Glamorous React component as static html, useful for visual regression tests.",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-web-module",
"clean": "nwb clean-module",
"test": "nwb test",
"test:coverage": "nwb test --coverage",
"test:watch": "nwb test --server"
},
"dependencies": {},
"peerDependencies": {
"react-dom": "*",
"glamor": "*"
},
"devDependencies": {
"nwb": "0.21.x"
},
"author": "Alasdair McLeay",
"homepage": "https://github.com/penx/render-glamorous#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/penx/render-glamorous.git"
},
"keywords": [
"glamor",
"glamorous",
"react",
"visual",
"regression"
],
"bugs": {
"url": "https://github.com/penx/render-glamorous/issues"
},
"license": "ISC"
}