loopback-datasource-juggler/package.json

19 lines
326 B
JSON
Raw Normal View History

2011-10-01 15:51:51 +00:00
{
"author": "Anatoliy Chakkaev",
"name": "yadm",
"description": "Yet another data mapper",
"version": "0.0.1",
"repository": {
"url": ""
},
"main": "index.js",
"scripts": {
"test": "nodeunit test/*_test.js"
},
"engines": {
"node": "~v0.4.9"
},
"dependencies": {},
"devDependencies": {}
}