-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "react-taplink",
"version": "0.3.3",
"description": "Simple component which mock react-router link component to works on touch devices without 300ms delay",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./lib && ./node_modules/.bin/babel -e 0 ./src --out-dir ./lib",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsifalda/react-taplink.git"
},
"keywords": [
"react",
"taplink",
"react",
"router",
"tap",
"links",
"href",
"component"
],
"author": "Jiri Sifalda <[email protected]> (http://jsifalda.name/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jsifalda/react-taplink/issues"
},
"homepage": "https://github.com/jsifalda/react-taplink#readme",
"devDependencies": {
"babel": "^5.8.3"
},
"dependencies": {
"react": "^0.13.3",
"react-pure-render": "^1.0.2",
"react-router": "^0.13.3",
"react-tappable": "^0.5.2"
},
"publishConfig": {
"registry": "http://registry.npmjs.org/"
}
}