r3-config/package.json

13 lines
289 B
JSON
Raw Normal View History

2016-11-08 12:34:17 +01:00
{
"name": "gamewheel-config",
"version": "0.0.1",
"author": "Theunis J. Botha",
"description": "Tools for Gamewheel",
"repository": "https://github.com/ToywheelDev/config.git",
"license": "UNLICENSED",
"readme": "README.md",
"dependencies": {
"lodash": "^4.16.6"
}
}