forked from narkq/react-yandex-metrika
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 810 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
{
"name": "react-yandex-metrika",
"version": "2.4.1",
"description": "Yandex Metrika component for React",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/narkq/react-yandex-metrika"
},
"keywords": [
"react-component",
"react",
"yandex-metrika",
"component"
],
"author": "Alex Sladkov <sladkov@gmail.com>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-preset-env": "^1.7.0",
"eslint": "^5.0.0",
"eslint-plugin-react": "^7.10.0",
"prop-types": "^15.5.10",
"react": "^16.0.0"
},
"peerDependencies": {
"prop-types": "*",
"react": "*"
}
}