-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
53 lines (53 loc) · 1.2 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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "webstory-engine",
"version": "2017.1.0",
"description": "A web-based visual novel engine.",
"main": "index.html",
"bin": {
"webstory-engine": "WebStoryEngine.js"
},
"directories": {
"test": "tests"
},
"dependencies": {
"class-manipulator": "^1.0.0",
"databus": "^1.0.1",
"eases": "^1.0.8",
"easy-ajax": "^1.0.0-final.1512141736",
"enjoy-core": "^1.0.1",
"enjoy-typechecks": "^1.1.0",
"howler": "^1.1.29",
"string-dict": "^1.0.0",
"transform-js": "^1.1.0-final.1512141547",
"xmugly": "^1.0.3"
},
"devDependencies": {
"archiver": "^1.0.1",
"browserify": "^13.1.0",
"minify": "^2.0.0",
"ncp": "^2.0.0",
"uglifyify": "^3.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iiyo/WebStory-Engine.git"
},
"keywords": [
"webstory",
"engine",
"visual",
"novels",
"game",
"engine",
"presentations"
],
"author": "J. Steinbeck",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/iiyo/WebStory-Engine/issues"
},
"homepage": "https://github.com/iiyo/WebStory-Engine#readme"
}