-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
58 lines (58 loc) · 1.14 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "yourls",
"description": "A yourls API library for Node.JS",
"tags": [
"url",
"yourls",
"shortner",
"util"
],
"version": "1.0.2",
"author": {
"name": "Gabriel Preston",
"email": "[email protected]"
},
"contributors": [
{
"name": "Gabriel Preston",
"email": "[email protected]"
},
{
"name": "Robert Michalski",
"email": "[email protected]"
}
],
"main": "./yourls",
"repository": {
"type": "git",
"url": "http://github.com/gabrielpreston/node-yourls.git"
},
"scripts": {
"test": "~/bin/nodeunit test"
},
"engines": {
"node": ">=0.4.0 <=0.10.31"
},
"_id": "[email protected]",
"_engineSupported": true,
"_npmVersion": "0.2.19",
"_nodeVersion": "v0.4.9",
"directories": {},
"files": [
""
],
"_defaultsLoaded": true,
"dist": {
"shasum": "e98c9fb0f68fecbde33aa2f638659ec61d5205d7",
"tarball": "http://registry.npmjs.org/yourls/-/yourls-1.0.2.tgz"
},
"maintainers": [
{
"name": "gabrielpreston",
"email": "[email protected]"
}
],
"_shasum": "e98c9fb0f68fecbde33aa2f638659ec61d5205d7",
"_from": "yourls@*",
"_resolved": "https://registry.npmjs.org/yourls/-/yourls-1.0.2.tgz"
}