-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.13 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
{
"name": "atlas-relax-jsx-pragmas",
"version": "1.0.1",
"description": "JSX pragmas (hyperscript and Fragment) for Relax.",
"scripts": {
"test-server": "mocha --colors --watch --recursive './test/**/*.test.js'",
"test": "mocha --colors --recursive './test/**/*.test.js'"
},
"main": "./src/index.js",
"keywords": [
"atlassubbed",
"pragma",
"relax",
"react",
"reactive",
"meteor",
"declarative",
"async",
"diffing",
"vdom",
"framework",
"virtual-dom",
"components",
"hyperscript",
"jsx",
"reconciliation",
"lifecycle",
"virtual",
"dom"
],
"author": "atlassubbed <atlassubbed@gmail.com>",
"license": "MIT",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
},
"os": [
"darwin",
"linux"
],
"engines": {
"node": "^10.1.0",
"npm": "^6.0.1"
},
"homepage": "https://github.com/atlassubbed/atlas-relax-jsx-pragmas#readme",
"bugs": "https://github.com/atlassubbed/atlas-relax-jsx-pragmas/issues",
"repository": {
"type": "git",
"url": "https://github.com/atlassubbed/atlas-relax-jsx-pragmas.git"
}
}