2011-10-01 15:51:51 +00:00
|
|
|
{
|
2013-07-16 18:48:37 +00:00
|
|
|
"name": "loopback-data",
|
2012-12-09 09:13:09 +00:00
|
|
|
"description": "ORM for every database: redis, mysql, neo4j, mongodb, couchdb, postgres, sqlite",
|
2013-07-16 18:48:37 +00:00
|
|
|
"version": "0.0.1",
|
2011-10-01 15:51:51 +00:00
|
|
|
"repository": {
|
2012-03-16 14:42:02 +00:00
|
|
|
"type": "git",
|
2013-07-16 18:48:37 +00:00
|
|
|
"url": "https://github.com/strongloop/loopback-data"
|
2011-10-01 15:51:51 +00:00
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2013-07-23 05:32:05 +00:00
|
|
|
"test": "make test"
|
2011-10-01 15:51:51 +00:00
|
|
|
},
|
2012-01-15 22:58:38 +00:00
|
|
|
"engines": [
|
2012-12-14 17:44:38 +00:00
|
|
|
"node >= 0.6"
|
2012-01-15 22:58:38 +00:00
|
|
|
],
|
2012-01-30 19:34:30 +00:00
|
|
|
"devDependencies": {
|
2012-11-05 04:09:30 +00:00
|
|
|
"semicov": "*",
|
2013-03-19 10:05:26 +00:00
|
|
|
"should": "~1.2.2",
|
|
|
|
"mocha": "~1.8.2"
|
2013-03-26 00:39:47 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2013-05-22 17:41:08 +00:00
|
|
|
"async": "latest",
|
2013-06-11 23:11:37 +00:00
|
|
|
"inflection": "~1.2.6"
|
2012-01-15 23:13:05 +00:00
|
|
|
}
|
2011-10-01 15:51:51 +00:00
|
|
|
}
|