-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1007 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
36
37
38
39
{
"name": "texen-scripts",
"description": "Basic rendering scripts for Texen (Texture Engine)",
"version": "1.0.0",
"author": "Jan Forst <[email protected]>",
"dependencies": {
"texen-core": "file:..\\texen-core",
"texen-samples": "file:..\\texen-samples"
},
"devDependencies": {
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-load-plugins": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^4.1.1",
"gulp-typedoc": "^1.2.1",
"gulp-typescript": "^2.10.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"merge2": "^0.3.6",
"mkdirp": "^0.5.1",
"pngjs": "^2.2.0",
"tslint": "^3.1.1",
"typedoc": "^0.3.12",
"typescript": "^1.7.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"keywords": [
"texen"
],
"license": "MIT",
"main": "dist/texen-scripts.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}