forked from plus3network/hyena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 871 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "hyena",
"version": "0.0.14",
"description": "A Mongoose Like ORM for MySQL",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/plus3network/hyena.git"
},
"keywords": [
"orm",
"odm",
"mysql",
"sql"
],
"dependencies": {
"lodash": "~1.3.1",
"async": "~0.2.9",
"inflection": "~1.2.6",
"mysql": "~2.0.0-alpha8",
"mpath": "~0.2.1",
"state-machine": "0.0.3",
"glob": "~3.2.6",
"schemajs": "git://github.com/plus3network/schemajs"
},
"devDependencies": {
"mocha": "~1.12.0",
"chai": "~1.7.2",
"seedling": "0.0.3",
"Faker": "~0.5.11",
"sinon": "~1.7.3",
"moment": "~2.1.0"
},
"author": "Chris Cowan",
"license": "MIT",
"bugs": {
"url": "https://github.com/plus3network/hyena/issues"
}
}