forked from grahammendick/navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "navigation-",
"version": "1.0.0",
"description": "The data-first JavaScript router",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-cli": "^2.0.1",
"gulp-insert": "^0.5.0",
"gulp-mocha": "^6.0.0",
"gulp-rename": "^1.2.3",
"gulp-uglify": "^3.0.0",
"jsdom": "^11.11.0",
"navigation": "file:build/npm/navigation",
"navigation-react": "file:build/npm/navigation-react",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"rollup": "^0.60.1",
"rollup-plugin-cleanup": "^3.0.0-beta.1",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-typescript": "^0.8.1",
"tslib": "^1.9.2",
"typescript": "^2.9.1"
},
"scripts": {
"test": "gulp test",
"build": "gulp build",
"package": "gulp package"
},
"repository": {
"type": "git",
"url": "https://github.com/grahammendick/navigation"
},
"keywords": [
"router"
],
"author": "graham mendick",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/grahammendick/navigation/issues"
},
"homepage": "https://github.com/grahammendick/navigation"
}