Clean up the package.json
This commit is contained in:
parent
e3950b9aaf
commit
044f629d7e
23
package.json
23
package.json
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-connector-mysql",
|
"name": "loopback-connector-mysql",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "MySQL adapter for Loopback Data",
|
"description": "MySQL connector for loopback-datasource-juggler",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "make test",
|
"test": "make test",
|
||||||
|
@ -13,32 +13,17 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"loopback-datasource-juggler": "git+ssh://git@github.com:strongloop/loopback-datasource-juggler.git",
|
"loopback-datasource-juggler": "git+ssh://git@github.com:strongloop/loopback-datasource-juggler.git",
|
||||||
"mysql": ">= 2.0.0-alpha8",
|
"mysql": ">= 2.0.0-alpha8",
|
||||||
"async": "latest",
|
"async": "latest"
|
||||||
"blanket": "latest"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"coffee-script": "latest",
|
"coffee-script": "latest",
|
||||||
"should": "~1.2.2",
|
"should": "~1.2.2",
|
||||||
"mocha": "~1.8.2"
|
"mocha": "~1.8.2",
|
||||||
|
"blanket": "latest"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/strongloop/loopback-connector-mysql.git"
|
"url": "https://github.com/strongloop/loopback-connector-mysql.git"
|
||||||
},
|
},
|
||||||
"author": "Anatoliy Chakkaev <mail@anatoliy.in>",
|
|
||||||
"maintainers": [
|
|
||||||
{
|
|
||||||
"name": "Raymond Feng",
|
|
||||||
"url": "https://github.com/raymondfeng"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "dgsan",
|
|
||||||
"url": "https://github.com/dgsan"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Anatoliy Chakkaev",
|
|
||||||
"url": "https://github.com/1602"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue