-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 968 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 968 Bytes
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": "trebor-router",
"version": "0.1.5",
"description": "The Official router library for TreborJS",
"main": "lib/router.esm.js",
"scripts": {
"compile": "tsc -p .",
"build:comp": "trebor -i route-link.html -o ./build -f es && trebor -i router-view.html -o ./build -f es",
"build:prod": "rollup -c rollup.config.js --environment BUILD:prod",
"build:test": "npm run build:comp && npm run build:prod && rollup -c rollup.config.js --environment BUILD:test"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"trebor-tools": "^0.0.4"
},
"devDependencies": {
"rollup": "^0.66.6",
"rollup-plugin-node-resolve": "^3.4.0",
"typescript": "^3.1.3",
"trebor": "^0.3.2"
},
"keywords": [],
"author": "InDIOS",
"repository": {
"type": "git",
"url": "git+https://github.com/InDIOS/trebor-router.git"
},
"license": "MIT",
"contributors": [
{
"email": "robert04siel@gmail.com",
"name": "Roberto Asiel Guevara Castañeda"
}
]
}