-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.26 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
39
40
{
"name": "cuttlebone",
"version": "0.2.10",
"description": "ukagaka shell renderer package for web browser",
"url": "https://github.com/ikagaka/cuttlebone.js",
"keywords": [
"ikagaka",
"ukagaka",
"cuttlebone"
],
"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 & coffee -w --compile --output lib src/*.coffee & watchify lib/index.js --outfile dist/cuttlebone.js --standalone cuttlebone -v",
"stop": "killall -- node */http-server -p 8000",
"build": "npm run clean; coffee -c -o lib src/*.coffee; browserify lib/index.js --standalone cuttlebone -o dist/cuttlebone.js",
"patch": "mversion patch -m"
},
"repository": {
"type": "git",
"url": "https://github.com/ikagaka/cuttlebone"
},
"dependencies": {
"ikagaka.shell.js": "Ikagaka/Shell.js",
"ikagaka.balloon.js": "Ikagaka/Balloon.js",
"ikagaka.namedmanager.js": "Ikagaka/NamedManager.js"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/Ikagaka/cuttlebone/issues"
},
"main": "lib/index.js",
"author": "Ikagaka",
"license": "MIT",
"contributors": [
"legokichi",
"narazaka"
]
}