-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 792 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 792 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
31
{
"name": "hn-kanbanboard-npm",
"version": "1.0.0",
"description": "loading...",
"main": "demo.js",
"scripts": {
"built": "browserify src/kanban.js -o dist/hn_kanbanboard.js",
"watch": "watchify src/kanban.js -o dist/hn_kanbanboard.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HasanNaser/HN-kanbanboard.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HasanNaser/HN-kanbanboard/issues"
},
"homepage": "https://github.com/HasanNaser/HN-kanbanboard#readme",
"dependencies": {
"sortablejs": "^1.12.0"
},
"devDependencies": {
"browserfy": "^1.0.0",
"browserify": "^17.0.0",
"watchify": "^3.11.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
}
}