babel-plugin-nornj-in-jsx
Version:
Make the NornJ work gracefully in the JSX environment
58 lines (57 loc) • 1.32 kB
JSON
{
"name": "babel-plugin-nornj-in-jsx",
"version": "5.3.5",
"description": "Make the NornJ work gracefully in the JSX environment",
"author": {
"name": "Joe_Sky",
"email": "hitomi_doax@sina.com"
},
"main": "src/index.js",
"files": [
"src/",
"index.d.ts",
"LICENSE",
"CHANGELOG.md",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/joe-sky/nornj.git"
},
"bugs": {
"url": "https://github.com/joe-sky/nornj/issues"
},
"keywords": [
"react",
"jsx",
"nornj",
"if",
"else",
"for",
"each",
"loop",
"switch",
"babel"
],
"license": "MIT",
"scripts": {
"test": "mocha test/index.js",
"cover": "istanbul cover -x \"**/test/**\" ../../node_modules/mocha/bin/_mocha test/index.js",
"ci": "yarn run cover && cat coverage/lcov.info | ../../node_modules/coveralls/bin/coveralls.js"
},
"dependencies": {
"@babel/core": "^7.1.2",
"nornj": "^5.3.5",
"nornj-react": "^5.3.5"
},
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"coveralls": "^2.11.6",
"istanbul": "^0.4.1",
"mocha": "^3.0.2",
"styled-jsx": "^2.2.7"
},
"gitHead": "0249d4a4b8d2006e510fb8e94ae68406526ed2b1"
}