-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 914 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
39
40
41
42
{
"name": "direction",
"version": "0.0.1",
"description": "This is a node based router",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "mocha",
"testDev": "nodemon --watch . --exec 'mocha || true'",
"build": "webpack",
"runDemo": "node demo/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Amanej/Direction.git"
},
"keywords": [
"router",
"node",
"url",
"router"
],
"author": "Aman Mender",
"license": "ISC",
"bugs": {
"url": "https://github.com/Amanej/Direction/issues"
},
"homepage": "https://github.com/Amanej/Direction#readme",
"devDependencies": {
"babel-minify-webpack-plugin": "^0.3.1",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1"
},
"dependencies": {
"xml2js": "^0.4.19"
}
}