Files
agent/package.json

29 lines
702 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",
"tslint": "^3.6.0",
"yargs": "^4.2.0"
},
"dependencies": {
"bootstrap": "^3.3.6",
"font-awesome": "^4.5.0",
"handlebars": "^4.0.5",
"jquery": "^2.2.2",
"select2": "^4.0.2",
"sortablejs": "^1.4.2",
"typescript": "^1.8.9"
}
}