forked from JedWatson/react-tappable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.11 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.11 KB
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
{
"name": "react-tappable",
"version": "0.3.2",
"description": "Touch / Tappable Event Handling Component for React",
"main": "src/Tappable.js",
"author": "Jed Watson",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/JedWatson/react-tappable.git"
},
"dependencies": {
"react": "^0.12.2"
},
"devDependencies": {
"browserify": "^8.1.3",
"browserify-shim": "^3.8.2",
"chalk": "^0.5.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-bump": "^0.1.13",
"gulp-connect": "^2.2.0",
"gulp-gh-pages": "^0.4.0",
"gulp-git": "^1.0.0",
"gulp-less": "^3.0.0",
"gulp-rename": "^1.2.0",
"gulp-streamify": "^0.0.5",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"merge-stream": "^0.1.7",
"reactify": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.3.0"
},
"browserify": {},
"browserify-shim": {
"react": "global:React"
},
"scripts": {
"test": "echo \"no tests yet\" && exit 0"
},
"keywords": [
"react",
"react-component",
"tap",
"tappable",
"touch",
"mobile"
]
}