27 lines
590 B
JSON
27 lines
590 B
JSON
{
|
|
"name": "registry",
|
|
"version": "0.0.0",
|
|
"description": "The jspm registry and package.json override service",
|
|
"scripts": {
|
|
"test": "node test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jspm/registry.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jspm/registry/issues"
|
|
},
|
|
"homepage": "https://github.com/jspm/registry",
|
|
"private": true,
|
|
"dependencies": {
|
|
"colors": "^1.0.3",
|
|
"commander": "^2.7.1",
|
|
"glob": "^5.0.3",
|
|
"jspm-github": "^0.23.0",
|
|
"jspm-npm": "^0.26.0",
|
|
"mout": "^0.11.0",
|
|
"q": "^1.2.0"
|
|
}
|
|
}
|