-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 825 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "tt",
"version": "1.0.0",
"description": "Universal task tracker interface",
"main": "index.js",
"repository": "git@github.com:dwt/task-tracker.git",
"author": "Martin Häcker <mhaecker@mac.com>",
"license": "MIT",
"scripts": {
"build": "vue-cli-service build --target lib --dest static --watch whiteboard/whiteboard.vue",
"test": "karma start karma.conf.js"
},
"dependencies": {
"bootstrap": "next",
"jquery": "latest",
"sass.js": "latest",
"socket.io-client": "latest",
"vue": "next",
"vuedraggable": "next"
},
"devDependencies": {
"browserify": "^17.0.0",
"jasmine-core": "^3.2.1",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"karma-safari-launcher": "^1.0.0",
"lodash": "^4.17.10"
}
}