-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 933 Bytes
/
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
{
"name": "yy-renderer",
"version": "2.7.1",
"description": "wrapper for PIXI.Renderer class ",
"main": "renderer.js",
"scripts": {
"test": "budo docs/code.js:index.js --dir docs --live",
"docs": "markdown-api README.md renderer.js",
"build": "browserify docs/code.js > docs/index.js",
"setup": "yarn docs && yarn build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/davidfig/renderer.git"
},
"author": "david figatner",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidfig/renderer/issues"
},
"homepage": "https://github.com/davidfig/renderer#readme",
"devDependencies": {
"easyedit": "^1.3.0",
"fork-me-github": "^1.0.3",
"highlight.js": "^9.12.0",
"pixi-ease": "^0.14.3",
"yy-random": "^1.6.0"
},
"dependencies": {
"exists": "^1.0.1",
"pixi.js": "^4.6.2",
"yy-fps": "^0.5.3",
"yy-loop": "^0.4.1"
}
}