forked from michaelsogos/Hash-Router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 970 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
{
"name": "hash-router",
"homepage": "https://github.com/michaelsogos/Hash-Router",
"author": "Michael Sogos <michael.sogos@gurustudioweb.it>",
"contributors": [ "Anton Rodin <sloot14@gmail.com>" ],
"version": "1.2.3",
"description": "Tiny and lightweight browser router library, developed with SPA in mind :)",
"main": "src/hash-router.js",
"files": [ "src/hash-router.js", "src/hash-router.min.js", "src/hash-router.min.js.map" ],
"repository": {
"type": "git",
"url": "git+https://github.com/michaelsogos/Hash-Router.git"
},
"keywords": [
"hash",
"router",
"browser",
"npm",
"spa",
"url",
"path",
"nodejs"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelsogos/Hash-Router/issues",
"email": "michael.sogos@gurustudioweb.it"
},
"private": false,
"devDependencies": {
"mocha-phantomjs": "^4.0.1"
},
"scripts": {
"test": "mocha-phantomjs test/test.html"
}
}