Skip to content

Commit cd07785

Browse files
committed
chore(cleanup): Package
1 parent 002fa73 commit cd07785

1 file changed

Lines changed: 26 additions & 22 deletions

File tree

package.json

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,37 @@
11
{
2-
"name": "clever-orm",
3-
"description": "CleverStack ORM (SQL) Module",
4-
"version": "2.0.3",
5-
"main": "module.js",
2+
"name" : "clever-orm",
3+
"description" : "CleverStack ORM (SQL) Module",
4+
"version" : "2.0.3",
5+
"license" : "MIT",
6+
"main" : "module",
67
"author": {
7-
"name": "CleverStack",
8-
"email": "admin@cleverstack.io",
9-
"web": "http://cleverstack.io"
8+
"name" : "CleverStack",
9+
"email" : "admin@cleverstack.io",
10+
"web" : "http://cleverstack.io"
1011
},
1112
"collaborators": [
1213
"Richard Gustin <richard.gustin86@gmail.com>"
1314
],
1415
"repository": {
15-
"type": "git",
16-
"url": "https://github.com/CleverStack/clever-orm.git"
16+
"type" : "git",
17+
"url" : "https://github.com/CleverStack/clever-orm.git"
1718
},
1819
"bugs": {
19-
"url": "https://github.com/CleverStack/clever-orm/issues"
20+
"url" : "https://github.com/CleverStack/clever-orm/issues"
21+
},
22+
"scripts": {
23+
"test" : "grunt test:unit"
24+
},
25+
"engines": {
26+
"node" : ">=0.10 <=0.12",
27+
"npm" : ">=1.4 <=2.5"
28+
},
29+
"dependencies": {
30+
"sequelize" : "2.0.3"
31+
},
32+
"devDependencies": {
33+
"grunt" : "~0.4.2",
34+
"grunt-prompt" : "~1.3.0"
2035
},
2136
"keywords": [
2237
"cleverstack",
@@ -32,16 +47,5 @@
3247
"object",
3348
"relational",
3449
"mapper"
35-
],
36-
"license": "MIT",
37-
"dependencies": {
38-
"sequelize": "2.0.3"
39-
},
40-
"devDependencies": {
41-
"grunt": "~0.4.2",
42-
"grunt-prompt": "~1.3.0"
43-
},
44-
"scripts": {
45-
"test": "grunt test:unit"
46-
}
50+
]
4751
}

0 commit comments

Comments
 (0)