UNPKG

706 BJSONView Raw
1{
2 "name": "generic-jsx",
3 "version": "3.0.0",
4 "description": "Generalized JSX supporting curried named parameters. For full explanation see http://tolmasky.com/2016/03/24/generalizing-jsx",
5 "main": "./generic-jsx",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/tolmasky/generic-jsx"
9 },
10 "scripts": {
11 "test": "echo \"Error: no test specified\" && exit 1"
12 },
13 "author": "Francisco Ryan Tolmasky I",
14 "license": "MIT",
15 "dependencies": {
16 "babel-helper-builder-react-jsx": "^6.9.0",
17 "immutable": "^3.7.6",
18 "js-string-escape": "^1.0.1",
19 "jsx-transform": "^2.3.0"
20 },
21 "engines": {
22 "node": "4.x.x"
23 },
24 "tonicExampleFilename": "tonicExample.js"
25}