-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
34 lines (34 loc) · 809 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
{
"name": "npm-migrate",
"version": "1.3.0",
"description": "Migrate all versions of a selected package from a registry to another one",
"main": "npm-migrate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/necccc/npm-migrate.git"
},
"keywords": [
"npm",
"migration",
"npme"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/necccc/npm-migrate/issues"
},
"homepage": "https://github.com/necccc/npm-migrate#readme",
"dependencies": {
"async": "2.1.4",
"compressing": "1.1.0",
"graceful-fs": "4.1.11",
"lodash.curry": "4.1.1",
"mute": "2.0.6",
"mv": "2.1.1",
"npm": "4.2.0",
"rimraf": "2.5.4"
}
}