-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 957 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-jsx-pragmatic",
"version": "1.0.2",
"main": "jsx-pragmatic.js",
"license": "MIT",
"author": "Jesse McCarthy (http://software.jessemccarthy.net/)",
"homepage": "https://github.com/jmm/babel-plugin-jsx-pragmatic",
"repository": {
"type": "git",
"url": "https://github.com/jmm/babel-plugin-jsx-pragmatic"
},
"dependencies": {
"babel-plugin-syntax-jsx": "^6.0.0"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-plugin-transform-react-jsx": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"lodash": "^3.10.0",
"mocha": "^2.3.0",
"sinon": "^1.17.0"
},
"files": [
"jsx-pragmatic.js",
"package.json",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"keywords": [
"babel-plugin",
"jsx",
"react"
],
"description": "Insert code to load a module corresponding to JSX pragma.",
"scripts": {
"test": "mocha 'test/{unit,integration}.js'"
}
}