forked from smlee/pathfinder-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 857 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
43
44
45
{
"name": "pathfinder-ui",
"version": "1.0.2",
"private": false,
"preferGlobal": false,
"author": {
"name": "Cat, Sang, Ming, Tyler"
},
"contributors": [
{
"name": "Cat Lau",
"email": "[email protected]"
},
{
"name": "Sangmin Lee",
"email": "[email protected]"
},
{
"name": "Ming Lei",
"email": "[email protected]"
},
{
"name": "Tyler Pewarski",
"email": "[email protected]"
}
],
"dependencies": {
"angular-ui-router": "^0.2.15",
"express": "^4.13.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smlee/pathfinder-ui.git"
},
"bugs": {
"url": "https://github.com/smlee/pathfinder-ui/issues"
},
"keywords": [
"router",
"path",
"postman"
],
"analyze": true,
"license": "MIT"
}