Skip to content

Commit e208185

Browse files
committed
updating version to 0.7.1-megawin-sim
1 parent 23d0b6b commit e208185

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
"engines": {
44
"node": "*"
55
},
6+
"description": "A config driven NodeJS framework implementing json:api",
67
"repository": {
78
"url": "https://github.com/holidayextras/jsonapi-server",
89
"type": "git"
910
},
1011
"author": "Oliver Rumbelow",
11-
"description": "A config driven NodeJS framework implementing json:api",
12-
"version": "0.7.0-megawin-sim",
12+
"version": "0.7.1-megawin-sim",
1313
"dependencies": {
1414
"qs": "^6.2.0",
15-
"express": "^4.13.4",
15+
"lodash.isequal": "^4.2.0",
1616
"istanbul": "^0.4.5",
1717
"cookie-parser": "^1.4.3",
1818
"node-uuid": "^1.4.7",
1919
"lodash.uniqby": "^4.5.0",
20-
"lodash.isequal": "^4.2.0",
20+
"express": "^4.13.4",
2121
"request": "^2.72.0",
2222
"body-parser": "^1.15.1",
2323
"lodash.pick": "^4.2.1",
@@ -51,21 +51,21 @@
5151
"api"
5252
],
5353
"devDependencies": {
54-
"swagger-tools": "^0.10.1",
55-
"coveralls": "^2.11.9",
54+
"plato": "^1.7.0",
5655
"mocha-lcov-reporter": "^1.2.0",
5756
"eslint-plugin-promise": "^3.3.0",
57+
"flow-bin": "^0.26.0",
5858
"blanket": "1.1.9",
59-
"plato": "^1.7.0",
60-
"eslint-plugin-standard": "^2.0.0",
59+
"swagger-tools": "^0.10.1",
60+
"lokka-transport-http": "^1.4.0",
6161
"eslint-config-standard": "^6.1.0",
6262
"mocha": "^3.1.0",
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",
6768
"lokka": "^1.7.0",
68-
"flow-bin": "^0.26.0",
6969
"node-inspector": "^0.12.8",
7070
"jscpd": "^0.6.1"
7171
},

0 commit comments

Comments
 (0)