This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.67 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
{
"name": "sabertooth",
"version": "0.2.1",
"description": "A WebGL UI framework built on pixi.js and inspired by QT",
"main": "./lib/index.js",
"scripts": {
"test": "gulp test"
},
"keywords": [
"WebGL",
"UI",
"user interface",
"pixi",
"2d",
"mobile",
"desktop",
"web",
"apps"
],
"author": "Zach Moore <AbydosDigital@gmail.com>",
"license": "ISC",
"bugs": {
"url": "github.com/AbydosDigital/SaberTooth/issues",
"email": "AbydosDigital@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/AbydosDigital/SaberTooth.git"
},
"devDependencies": {
"babel-plugin-version-inline": "^1.0.0",
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"chai": "^3.5.0",
"eslint": "^3.14.0",
"eslint-config-google": "^0.7.1",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-connect": "^5.7.0",
"gulp-eslint": "^3.0.1",
"gulp-inject": "^4.2.0",
"gulp-jsdoc3": "^1.0.1",
"gulp-mocha": "^4.1.0",
"gulp-mocha-phantomjs": "^0.12.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.1.2",
"jaguarjs-jsdoc": "^1.0.2",
"jsdoc": "^3.4.3",
"mocha": "^3.3.0",
"mocha-phantomjs": "^4.1.0",
"phantomjs": "^1.9.7-15",
"pixi.js": "^4.5.1",
"sinon": "^2.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"babel": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-register": "^6.24.0",
"del": "^2.2.2",
"eventemitter3": "^2.0.2",
"pixi-gl-core": "^1.1.0",
"pixi.js": "^4.5.1"
}
}