forked from javidalpe/url-routes-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 870 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
36
37
{
"name": "url-routes-generator",
"version": "1.0.1",
"description": "Simple URL routes generator in Javascript.",
"main": "generator.js",
"types": "generator.d.ts",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javidalpe/url-routes-generator.git"
},
"keywords": [
"javascript",
"url",
"routes",
"react-router",
"links"
],
"author": "Javier Vidal",
"license": "MIT",
"bugs": {
"url": "https://github.com/javidalpe/url-routes-generator/issues"
},
"homepage": "https://github.com/javidalpe/url-routes-generator#readme",
"dependencies": {
"path-to-regexp": "^2.2.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^22.4.3",
"babel-preset-env": "^1.6.1",
"jest": "^22.4.3",
"regenerator-runtime": "^0.11.1"
}
}