forked from ccapndave/react-router-link
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1012 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-router-link",
"version": "2.0.1",
"description": "An updated version of the Link component for react-router",
"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/ccapndave/react-router-link.git"
},
"keywords": [
"react-router",
"link",
"replacestate",
"ontouchtap"
],
"author": "Dave Keen",
"license": "ISC",
"bugs": {
"url": "https://github.com/ccapndave/react-router-link/issues"
},
"homepage": "https://github.com/ccapndave/react-router-link#readme",
"dependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-router": "^1.0.0-rc3"
},
"devDependencies": {
"babel": "^5.8.23"
}
}