mirror of
https://github.com/Viglino/ol-games.git
synced 2026-01-25 15:35:19 +00:00
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "ol-games",
|
|
"version": "1.0.4",
|
|
"description": "Game stuff for ol, powered by HTML5, canvas, javascript and Openlayers.",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./node_modules/gulp/bin/gulp.js serve",
|
|
"test": "npm test npmtest.js",
|
|
"lint": "eslint --fix feature/ featureanimation/ game/ graph/ media/ source/ style/ utils/ || exit 0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Viglino/ol-games.git"
|
|
},
|
|
"keywords": [
|
|
"ol",
|
|
"openlayers",
|
|
"ol-ext",
|
|
"gamer",
|
|
"gameloop",
|
|
"animation",
|
|
"sprite",
|
|
"media",
|
|
"audio"
|
|
],
|
|
"author": {
|
|
"name": "Jean-Marc Viglino",
|
|
"url": "https://github.com/Viglino"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Viglino/ol-games/issues"
|
|
},
|
|
"homepage": "https://github.com/Viglino/ol-games",
|
|
"dependencies": {
|
|
"ol-ext": ">=3.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.10.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-autoprefixer": "^5.0.0",
|
|
"gulp-clean": "^0.4.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-cssmin": "^0.2.0",
|
|
"gulp-header": "^2.0.5",
|
|
"gulp-minify": "^3.1.0",
|
|
"gulp-watch": "^5.0.1",
|
|
"live-server": "^1.2.0",
|
|
"minimist": "^1.2.0",
|
|
"plugin-error": "^1.0.1",
|
|
"through2": "^2.0.3"
|
|
},
|
|
"license": "BSD-3-Clause"
|
|
}
|