Add missing fields to package.json and make these dependencies devDependencies.

This commit is contained in:
László Monda
2016-03-22 20:52:11 +01:00
parent 7746810ac7
commit f604b94012

View File

@@ -1,6 +1,16 @@
{
"name": "agent-mockup",
"dependencies": {
"name": "uhk-agent",
"version": "0.0.1",
"description": "Agent is the configuration application of the Ultimate Hacking Keyboard.",
"repository": {
"type": "git",
"url": "git@github.com:UltimateHackingKeyboard/agent-mockup.git"
},
"license": {
"type": "GPL-3.0",
"url": "http://www.gnu.org/licenses/gpl-3.0.en.html"
},
"devDependencies": {
"browser-sync": "^2.11.0",
"gulp": "^3.9.0",
"gulp-if": "^2.0.0",