Skip to content

Commit 8a79997

Browse files
author
Raminder Singh
committed
Bumping version to 0.4.18
1 parent b9b86b5 commit 8a79997

File tree

1 file changed

+1
-52
lines changed

1 file changed

+1
-52
lines changed

package.json

Lines changed: 1 addition & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1 @@
1-
{
2-
"name": "pathfinding",
3-
"version": "0.4.17",
4-
"description": "Comprehensive pathfinding library for grid based games",
5-
"homepage": "https://github.com/qiao/PathFinding.js",
6-
"keywords": [
7-
"pathfinding",
8-
"astar",
9-
"dijkstra",
10-
"game",
11-
"algorithm",
12-
"jumppoint",
13-
"depthfirst",
14-
"breadthfirst"
15-
],
16-
"author": "Xueqiao Xu <[email protected]>",
17-
"main": "./index.js",
18-
"dependencies": {
19-
"heap": "0.2.5"
20-
},
21-
"devDependencies": {
22-
"colors": "^1.0.3",
23-
"del": "^0.1.3",
24-
"gulp": "^3.8.10",
25-
"gulp-browserify": "^0.5.0",
26-
"gulp-concat": "^2.4.1",
27-
"gulp-jshint": "^1.9.0",
28-
"gulp-mocha": "^2.0.0",
29-
"gulp-rename": "^1.2.0",
30-
"gulp-uglify": "^1.0.1",
31-
"inquirer": "^0.8.0",
32-
"jshint-stylish": "^1.0.0",
33-
"jsonfile": "^2.0.0",
34-
"mocha": "2.0.x",
35-
"semver": "^4.2.0",
36-
"shelljs": "^0.3.0",
37-
"should": "4.3.x"
38-
},
39-
"scripts": {
40-
"test": "gulp test"
41-
},
42-
"repository": {
43-
"type": "git",
44-
"url": "git://github.com/qiao/PathFinding.js.git"
45-
},
46-
"licenses": [
47-
{
48-
"type": "MIT",
49-
"url": "http://opensource.org/licenses/mit-license.php"
50-
}
51-
]
52-
}
1+
{"name":"pathfinding","version":"0.4.18","description":"Comprehensive pathfinding library for grid based games","homepage":"https://github.com/qiao/PathFinding.js","keywords":["pathfinding","astar","dijkstra","game","algorithm","jumppoint","depthfirst","breadthfirst"],"author":"Xueqiao Xu <[email protected]>","main":"./index.js","dependencies":{"heap":"0.2.5"},"devDependencies":{"colors":"^1.0.3","del":"^0.1.3","gulp":"^3.8.10","gulp-browserify":"^0.5.0","gulp-concat":"^2.4.1","gulp-jshint":"^1.9.0","gulp-mocha":"^2.0.0","gulp-rename":"^1.2.0","gulp-uglify":"^1.0.1","inquirer":"^0.8.0","jshint-stylish":"^1.0.0","jsonfile":"^2.0.0","mocha":"2.0.x","semver":"^4.2.0","shelljs":"^0.3.0","should":"4.3.x"},"scripts":{"test":"gulp test"},"repository":{"type":"git","url":"git://github.com/qiao/PathFinding.js.git"},"licenses":[{"type":"MIT","url":"http://opensource.org/licenses/mit-license.php"}]}

0 commit comments

Comments
 (0)