This repository was archived by the owner on Nov 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.34 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.34 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
{
"author": "Dr. Kibitz <info@drkibitz.com>",
"bugs": "https://github.com/drkibitz/node-pixi/issues",
"contributors": [
"Mat Groves <mat@goodboydigital.com>",
"Chad Engler <chad@pantherdev.com>"
],
"devDependencies": {
"grunt": "~0.4.5",
"grunt-browserify": "~3.7.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-yuidoc": "~0.7.0",
"grunt-git-revision": "0.0.1",
"grunt-mocha-test": "~0.12.7",
"grunt-plato": "~1.2.1",
"karma": "~0.12.31",
"karma-chrome-launcher": "~0.1.8",
"karma-commonjs": "0.0.13",
"karma-coverage": "~0.3.1",
"karma-firefox-launcher": "~0.1.4",
"karma-mocha": "~0.1.10",
"karma-spec-reporter": "0.0.19",
"mocha": "~2.2.4",
"node-pixi-pixitest": "https://github.com/drkibitz/node-pixi-pixitest/archive/v0.0.1.tar.gz"
},
"description": "Super fast 2D rendering engine for browserify, that uses WebGL with a context 2d fallback.",
"homepage": "http://drkibitz.github.io/node-pixi/",
"keywords": [
"pixi",
"render",
"2d",
"canvas",
"webgl",
"browserify"
],
"license": "MIT",
"name": "pixi",
"repository": "https://github.com/drkibitz/node-pixi",
"scripts": {
"test": "grunt test"
},
"version": "0.3.1-dev"
}