-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 970 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
{
"name": "babel-plugin-transform-jsx-ref-to-function",
"version": "0.0.4",
"description": "Replace string value of the ref attribute to function",
"main": "lib/index.js",
"scripts": {
"test": "mocha test/index.js --compilers js:babel-core/register",
"prebuild": "rm -rf lib/",
"build": "babel src --out-dir lib",
"prepublish": "npm run build && pkgfiles"
},
"keywords": [
"babel",
"plugin",
"jsx",
"react"
],
"repository": {
"type": "git",
"url": "https://github.com/fresk-nc/babel-plugin-transform-jsx-ref-to-function.git"
},
"author": "George Besedin",
"license": "MIT",
"files": [
"lib",
"src"
],
"dependencies": {},
"devDependencies": {
"babel-cli": "6.18.0",
"babel-core": "6.18.2",
"babel-plugin-transform-react-jsx": "6.8.0",
"babel-preset-es2015": "6.18.0",
"chai": "3.5.0",
"mocha": "3.1.2",
"pkgfiles": "2.3.0",
"uglify-js-harmony": "2.6.2"
}
}