-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.03 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
43
44
45
46
{
"name": "brow-route",
"version": "1.0.0",
"description": "A simple hash based router for modern web applications",
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"dependencies": {
"gulp-clean": "~0.3.0",
"gulp-coffee": "^1.4.3",
"gulp-coffeelint": "^0.3.4",
"gulp-concat": "^2.2.0",
"gulp-uglify": "3.0.2",
"gulp-util": "^2.2.20",
"karma": "6.4.2",
"karma-chrome-launcher": "~0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.2.3",
"run-sequence": "^0.3.7"
},
"devDependencies": {
"coffee-script": "~1.7.1",
"gulp": "^4.0.2",
"gulp-uglify": "^3.0.2",
"karma": "^6.4.2"
},
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git://github.com/phusion/brow-route.js.git"
},
"keywords": [
"browser",
"hash",
"route",
"routing"
],
"author": "Tinco Andringa (Phusion.nl)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/phusion/brow-route.js/issues"
}
}