Files
node/Nodejs-Socketio-Mysql-Demo/node_modules/mysql/package.json
2012-05-25 09:03:56 -04:00

41 lines
908 B
JSON

{
"name": "mysql",
"version": "0.9.6",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
"url": "http://debuggable.com/"
},
"description": "A pure node.js JavaScript Client implementing the MySQL protocol.",
"homepage": "https://github.com/felixge/node-mysql",
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-mysql.git"
},
"main": "./index",
"scripts": {
"test": "make test"
},
"dependencies": {
"hashish": "0.0.4"
},
"devDependencies": {
"gently": "0.8.0",
"urun": "0.0.4",
"utest": "0.0.3"
},
"engines": {
"node": "*"
},
"optionalDependencies": {},
"_id": "mysql@0.9.6",
"_engineSupported": true,
"_npmVersion": "1.1.21",
"_nodeVersion": "v0.6.18",
"_defaultsLoaded": true,
"dist": {
"shasum": "6b249df71a5d3764d87cb502e65dcdd020a40eb5"
},
"_from": "mysql"
}