forked from mtrpcic/pathjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1 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
47
{
"name": "pathjs",
"description": "Routing library for 'single page' applications",
"keywords": [
"ender",
"path",
"hash",
"pushState",
"routing"
],
"version": "0.8.5",
"homepage": "https://github.com/mtrpcic/pathjs",
"author": {
"name": "Mike Trpcic",
"url": "http://mtrpcic.net/"
},
"repository": {
"type": "git",
"url": "git://github.com/tom-smalls/pathjs.git"
},
"main": "./path.js",
"dependencies": {},
"devDependencies": {},
"_id": "pathjs@0.8.1",
"engines": {
"node": "*"
},
"_engineSupported": true,
"_npmVersion": "1.0.6",
"_nodeVersion": "v0.4.4",
"_defaultsLoaded": true,
"scripts": {},
"maintainers": [
{
"name": "mbarkhau",
"email": "mbarkhau@gmail.com"
},
{
"name": "tom",
"email": "tommckee@gmail.com"
}
],
"directories": {},
"_shasum": "bfc27d3378ec2f5a9062150d31d72a8fc343a170",
"_from": "pathjs@0.8.1",
"_resolved": "https://registry.npmjs.org/pathjs/-/pathjs-0.8.1.tgz"
}