-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 864 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 864 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
32
33
34
35
36
37
{
"name": "twm",
"version": "0.0.3",
"description": "tiling window manager",
"main": "src/twm.js",
"scripts": {
"start": "budo demo/demo.js:bundle.js --title $npm_package_name --force-default-index --open --live --ssl",
"build": "browserify --full-paths demo/demo.js > bundle.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serapath/twm.git"
},
"keywords": [
"tiler",
"tiling",
"window",
"manager",
"panel",
"pane",
"tab"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/serapath/twm/issues"
},
"homepage": "https://github.com/serapath/twm#readme",
"devDependencies": {
"budo": "^11.5.0"
},
"dependencies": {
"bel": "^6.0.0",
"csjs-inject": "^1.0.1",
"on-load": "^4.0.1"
}
}