-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 826 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
{
"dependencies": {},
"deprecated": false,
"description": "Adds React properties",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1"
},
"files": [
"lib"
],
"keywords": [
"react",
"data-id",
"test",
"id",
"babel",
"babel-plugin"
],
"author": "crayonn",
"repository": {
"type": "git",
"url": "https://github.com/Crayonn/babel-plugin-react-add-data-id"
},
"license": "MIT",
"main": "lib/index.js",
"name": "babel-plugin-react-add-data-id",
"scripts": {
"build": "rm -rf lib && mkdir lib && babel src --out-dir lib",
"flow": "flow",
"lint": "eslint src test",
"prepublish": "npm run build"
},
"version": "2.0.2"
}