-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.8 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "ikagaka.shell.js",
"version": "4.3.5",
"description": "Ukagaka Shell Renderer for Web Browser",
"license": "MIT",
"url": "https://github.com/ikagaka/Shell.js",
"keywords": [
"ikagaka",
"nar",
"ikagaka",
"ukagaka"
],
"scripts": {
"init": "npm run update; npm run build",
"update": "rm -rf bower_components typeings; npm update; bower update; dtsm fetch; dtsm update --save",
"clean": "rm lib/*.js dist/*.js demo/test/*.js",
"start": "http-server --silent -p 8000 & tsc -w -p src & gulp watch & watchify lib/index.js --standalone Shell -o dist/Shell.js -v",
"stop": "killall -- node */http-server -p 8000",
"build": "npm run clean; tsc -p ./src; gulp; browserify lib/index.js --outfile dist/Shell.js --standalone Shell",
"dtsm-fetch": "dtsm --ref master --remote https://gist.github.com/c3d5420057bcb554dc11.git fetch",
"dtsm-search": "dtsm --ref master --remote https://gist.github.com/c3d5420057bcb554dc11.git --offline search",
"dtsm-update": "dtsm --ref master --remote https://gist.github.com/c3d5420057bcb554dc11.git --offline update",
"patch": "mversion patch"
},
"repository": {
"type": "git",
"url": "https://github.com/ikagaka/ikagaka/Shell.js.git"
},
"dependencies": {
"encoding-japanese": "*",
"eventemitter3": "*",
"jquery": "*",
"surfaces_txt2yaml": "legokichi/surfaces_txt2yaml#master",
"text-encoding": "*",
"typescript": "^1.6.2"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-espower": "^1.0.1",
"typescript": "^1.6.2"
},
"bugs": {
"url": "https://github.com/Ikagaka/Shell.js/issues"
},
"typings": "./lib/index.d.ts",
"main": "./lib/index.js",
"author": "Ikagaka",
"contributors": [
"legokichi"
]
}