22 lines
512 B
JSON
22 lines
512 B
JSON
{
|
|
"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": "GPL-3.0",
|
|
"devDependencies": {
|
|
"browser-sync": "^2.11.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-if": "^2.0.0",
|
|
"gulp-sass": "^2.2.0",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"yargs": "^4.2.0"
|
|
},
|
|
"dependencies": {
|
|
"jquery": "^2.2.2"
|
|
}
|
|
}
|