-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.13 KB
/
package.json
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
38
{
"name": "ikagaka.namedmanager.js",
"version": "4.1.26",
"description": "Ikagaka Window Manager",
"url": "https://github.com/ikagaka/NamedManager.js",
"keywords": [
"nar",
"ikagaka",
"unstable",
"ukagaka"
],
"repository": {
"type": "git",
"url": "https://github.com/ikagaka/NamedManager.js"
},
"scripts": {
"init": "npm run update; npm run build",
"update": "rm -rf bower_components; npm update; bower update",
"clean": "rm lib/*.js dist/*.js",
"start": "http-server --silent -p 8000 & watchify lib/index.js --standalone NamedManager -o dist/NamedManager.js -v & coffee -c -w -o lib src/*.coffee",
"stop": "killall -- node */http-server -p 8000",
"build": "npm run clean; coffee -c -o lib src/*.coffee; browserify lib/index.js --standalone NamedManager -o dist/NamedManager.js",
"patch": "mversion patch"
},
"dependencies": {
"eventemitter3": "*",
"ikagaka.shell.js": "ikagaka/Shell.js#master",
"jquery": "^1.8.2"
},
"devDependencies": {},
"main": "./lib/index.js",
"author": "Ikagaka",
"license": "MIT",
"contributors": [
"legokichi",
"narazaka"
]
}