r3-config/package.json

13 lines
288 B
JSON
Raw Normal View History

2016-11-08 12:34:17 +01:00
{
2017-02-09 00:50:43 +01:00
"name": "cybafelo-config",
2016-11-08 12:34:17 +01:00
"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"
}
}