|
@ -1,12 +1,13 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "npm-offline-registry", |
|
|
"name": "npm-offline-registry", |
|
|
"version": "0.0.1", |
|
|
|
|
|
|
|
|
"version": "0.0.2", |
|
|
"description": "Super simple loca npm registry server for offline usage", |
|
|
"description": "Super simple loca npm registry server for offline usage", |
|
|
"main": "bin/www", |
|
|
"main": "bin/www", |
|
|
"directories": { |
|
|
"directories": { |
|
|
"test": "test" |
|
|
"test": "test" |
|
|
}, |
|
|
}, |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
|
|
|
"bluebird": "^3.3.4", |
|
|
"express": "^4.13.4" |
|
|
"express": "^4.13.4" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
@ -29,7 +30,10 @@ |
|
|
"npm", |
|
|
"npm", |
|
|
"cache" |
|
|
"cache" |
|
|
], |
|
|
], |
|
|
"author": "Harish.K <harish2704@gmail.com>", |
|
|
|
|
|
|
|
|
"author": { |
|
|
|
|
|
"name": "Harish.K", |
|
|
|
|
|
"email": "harish2704@gmail.com" |
|
|
|
|
|
}, |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
|
"bugs": { |
|
|
"bugs": { |
|
|
"url": "https://github.com/harish2704/npm-offline-registry/issues" |
|
|
"url": "https://github.com/harish2704/npm-offline-registry/issues" |
|
|