-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 962 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
38
{
"name": "navire",
"version": "1.6.12",
"description": "Simple, elegant navigation.",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "nyc mocha test/**/*.js",
"browser:build": "webpack",
"browser:dev": "webpack-dev-server",
"prepublishOnly": "npm i && npm run test && npm run browser:build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/claude-abounegm/navire.git"
},
"author": "Claude Abounegm",
"license": "MIT",
"bugs": {
"url": "https://github.com/claude-abounegm/navire/issues"
},
"homepage": "https://github.com/claude-abounegm/navire#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.0.1",
"nyc": "^15.0.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"lodash": "^4.17.15",
"normalize-url": "^4.5.0",
"tree-model": "^1.0.7"
}
}