Skip to content

Commit 7aeebec

Browse files
committed
updating version to 0.4.2-megawin-sim
1 parent 56f53c1 commit 7aeebec

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,29 @@
33
"engines": {
44
"node": "*"
55
},
6-
"description": "A config driven NodeJS framework implementing json:api",
76
"repository": {
87
"url": "https://github.com/holidayextras/jsonapi-server",
98
"type": "git"
109
},
1110
"author": "Oliver Rumbelow",
12-
"version": "0.4.1-megawin-sim",
11+
"name": "jsonapi-server",
12+
"version": "0.4.2-megawin-sim",
1313
"dependencies": {
14-
"use-strict": "^1.0.1",
1514
"qs": "^6.2.0",
16-
"lodash.isequal": "^4.2.0",
15+
"express": "^4.13.4",
1716
"istanbul": "^0.4.5",
1817
"cookie-parser": "^1.4.3",
1918
"node-uuid": "^1.4.7",
2019
"lodash.uniqby": "^4.5.0",
21-
"express": "^4.13.4",
20+
"lodash.isequal": "^4.2.0",
2221
"request": "^2.72.0",
2322
"body-parser": "^1.15.1",
2423
"lodash.pick": "^4.2.1",
24+
"use-strict": "^1.0.1",
2525
"graphql": "^0.7.0",
26-
"joi": "^9.0.4",
27-
"debug": "^2.2.0",
2826
"async": "^2.0.1",
27+
"debug": "^2.2.0",
28+
"joi": "^9.0.4",
2929
"express-graphql": "^0.5.4",
3030
"lodash.assign": "^4.0.9",
3131
"lodash.uniq": "^4.3.0",
@@ -51,20 +51,20 @@
5151
"api"
5252
],
5353
"devDependencies": {
54-
"lokka": "^1.7.0",
55-
"coveralls": "^2.11.9",
54+
"eslint-plugin-standard": "^2.0.0",
55+
"swagger-tools": "^0.10.1",
5656
"mocha-lcov-reporter": "^1.2.0",
5757
"eslint-plugin-promise": "^3.3.0",
5858
"blanket": "1.1.9",
5959
"plato": "^1.7.0",
60+
"lokka-transport-http": "^1.4.0",
6061
"eslint-config-standard": "^6.1.0",
6162
"mocha": "^3.1.0",
62-
"swagger-tools": "^0.10.1",
6363
"v8-profiler": "^5.6.5",
6464
"eslint": "^3.6.1",
65-
"lokka-transport-http": "^1.4.0",
65+
"coveralls": "^2.11.9",
6666
"mocha-performance": "^0.1.1",
67-
"eslint-plugin-standard": "^2.0.0",
67+
"lokka": "^1.7.0",
6868
"flow-bin": "^0.26.0",
6969
"node-inspector": "^0.12.8",
7070
"jscpd": "^0.6.1"
@@ -80,5 +80,5 @@
8080
]
8181
}
8282
},
83-
"name": "jsonapi-server"
83+
"description": "A config driven NodeJS framework implementing json:api"
8484
}

0 commit comments

Comments
 (0)