nes-lokijs-repository-plugin
Version:
Network Event Simulator LokiJS plugin
49 lines (48 loc) • 1.22 kB
JSON
{
"name": "nes-lokijs-repository-plugin",
"version": "0.0.1-alpha",
"description": "Network Event Simulator LokiJS plugin",
"main": "index.js",
"scripts": {
"start": "gulp",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dannielhugo/nes-lokijs-repository-plugin.git"
},
"keywords": [
"NES",
"Network",
"Event",
"Simulator",
"LokiJS"
],
"author": "Danniel Hugo",
"license": "MIT",
"bugs": {
"url": "https://github.com/dannielhugo/nes-lokijs-repository-plugin/issues"
},
"homepage": "https://github.com/dannielhugo/nes-lokijs-repository-plugin#readme",
"dependencies": {
"lokijs": "^1.5.0",
"nes-core": "0.0.3-alpha",
"typescript": "^2.4.2",
"uuid": "^3.1.0"
},
"devDependencies": {
"@types/lokijs": "^1.2.30",
"@types/node": "^8.0.14",
"@types/uuid": "^3.4.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-file-cache": "^0.0.1",
"gulp-sourcemap": "^1.0.1",
"gulp-tslint": "^8.1.1",
"gulp-typescript": "^3.1.7",
"run-sequence": "^2.0.0",
"ts-node": "^3.2.1",
"tslint": "^5.5.0"
}
}