-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.42 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "react-native-hammerjs",
"version": "2.0.11",
"description": "HammerJS for React Native",
"main": "src/index.js",
"keywords": [
"react",
"native",
"hammerjs"
],
"author": {
"name": "Long Nguyen",
"email": "long@nomadreact.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/longseespace/react-native-hammerjs/blob/master/LICENSE.md"
}
],
"repository": {
"type": "git",
"url": "git://github.com/longseespace/react-native-hammerjs.git"
},
"bugs": {
"url": "https://github.com/longseespace/react-native-hammerjs/issues"
},
"maintainers": [
{
"name": "Long Nguyen",
"email": "long@nomadreact.com"
}
],
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
},
"dependencies": {
"hammer-touchemulator": "0.0.2",
"hammerjs": "^2.0.8",
"lodash.clone": "^4.3.2",
"lodash.noop": "^3.0.1"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"chai": "^3.5.0",
"eslint": "^3.12.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"mocha": "^2.4.5",
"react": "^15.2.1",
"sinon": "^2.0.0-pre"
},
"scripts": {
"lint": "eslint src test tools",
"test": "mocha --compilers js:babel-register",
"test:watch": "mocha --compilers js:babel-register --reporter min --watch"
}
}