UNPKG

625 BJSONView Raw
1{
2 "name": "latest",
3 "description": "Determine the latest available version of a package in npm",
4 "version": "0.1.1",
5 "author": "Dave Eddy <dave@daveeddy.com> (http://www.daveeddy.com)",
6 "contributors": [
7 "shama (https://github.com/shama)"
8 ],
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/bahamas10/node-latest.git"
12 },
13 "scripts": {
14 "test": "node tests/test.js"
15 },
16 "dependencies": {
17 "npm": "~1.1.59"
18 },
19 "devDependencies": {},
20 "optionalDependencies": {},
21 "engines": {
22 "node": "*"
23 },
24 "keywords": [
25 "latest",
26 "npm",
27 "version",
28 "up-to-date"
29 ]
30}