-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.11 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "pixijs-playground",
"version": "1.1.0",
"description": "Interactive PixiJS playground in [Iced] CoffeeScript and JavaScript. Like JSFiddle, with a REPL and HTML5 local image drag + drop.",
"main": "lib/pixijs-playground.js",
"bin": "bin/server.js",
"directories": {
"test": "test"
},
"dependencies": {
"nextorigin-express-skeleton": "^0.11.0-pugfix"
},
"devDependencies": {
"@lukekarrys/jade-runtime": "^1.11.1",
"browserify": "^13.0.0",
"browserify-global-shim": "^1.0.3",
"chalk": "^1.1.3",
"connect-livereload": "^0.5.4",
"codemirror": "^5.14.2",
"codemirror-iced-coffee-script": "^1.0.0",
"del": "^2.2.0",
"emoji-images": "^0.1.1",
"es5-shimify": "^2.3.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.3.0",
"gulp-iced-coffee": "ccheever/gulp-iced-coffee",
"gulp-live-server": "0.0.29",
"gulp-load-plugins": "^1.2.2",
"gulp-notify": "^2.2.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-stylus": "^2.3.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"iced-coffee-script": "^108.0.11",
"js2coffee": "^2.2.0",
"mkdirp": "^0.5.1",
"noty": "^2.3.8",
"prependify": "^1.2.0",
"spine": "^1.6.2",
"stats.js": "^0.16.0",
"stream-combiner": "^0.2.2",
"templatizer": "^2.0.3",
"tween.js": "^16.3.4",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/iced --bare --map --runtime node -o ./bin -c binsrc/",
"start": "node bin/server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/nextorigin/pixijs-playground.git"
},
"keywords": [
"pixi",
"pixijs",
"playground",
"jsfiddle",
"coffeescript",
"coffee-script",
"iced",
"browser",
"canvas",
"webgl",
"editor",
"example"
],
"author": "doublerebel",
"license": "MIT",
"bugs": {
"url": "https://github.com/nextorigin/pixijs-playground/issues"
},
"homepage": "https://github.com/nextorigin/pixijs-playground#readme"
}