-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 951 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": "urlhub",
"version": "0.7.2",
"description": "Another router library, yet the simplest one.",
"main": "urlhub.js",
"scripts": {
"test": "node_modules/.bin/karma start karma.conf.js --single-run && \"./node_modules/.bin/jasmine\"",
"build": "node_modules/.bin/gulp"
},
"author": {
"name": "Javier Marquez",
"url": "http://arqex.com"
},
"license": "MIT",
"dependencies": {
"mini-querystring": "^2.0.6",
"path-to-regexp": "^1.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/arqex/urlhub"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.1",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"jasmine": "^3.3.1",
"karma": "^3.1.3",
"karma-cli": "^2.0.0",
"karma-jasmine": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"natives": "^1.1.6",
"webpack-stream": "^3.2.0"
}
}