forked from KidkArolis/rave-load-jsx
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 776 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
{
"name": "rave-load-jsx",
"version": "0.1.2",
"description": "Adds jsx file loading to rave.js based on the file extension.",
"main": "rave.js",
"rave": "rave",
"keywords": [
"rave",
"rave-extension",
"jsx",
"react",
"loader",
"es6",
"module",
"node",
"commonjs"
],
"peerDependencies": {
"rave": "~0.2"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/KidkArolis/rave-load-jsx/issues"
},
"homepage": "https://github.com/KidkArolis/rave-load-jsx",
"contributors": [
{
"name": "Karolis Narkevicius"
}
],
"repository": {
"type": "git",
"url": "[email protected]:KidkArolis/rave-load-jsx.git"
},
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
]
}