This repository was archived by the owner on Jan 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.48 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.48 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "hyper2d",
"version": "0.0.1",
"description": "WebGL-based 2D vector renderer",
"main": "dist/hyper2d.js",
"scripts": {
"tsd-install": "tsd install",
"prepublish": "npm run-script build",
"watch": "gulp",
"build": "gulp build",
"lib": "gulp js:lib",
"test": "mocha"
},
"keywords": [
"2d",
"webgl"
],
"author": "yvt",
"license": "MIT",
"devDependencies": {
"beautify-benchmark": "^0.2.4",
"benchmark": "^2.1.0",
"bower": "^1.4.1",
"browserify": "^12.0.1",
"browserify-global-shim": "^1.0.0",
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"del": "^2.0.0",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-concat-util": "^0.5.2",
"gulp-filter": "^3.0.0",
"gulp-git": "^1.2.4",
"gulp-inject": "^3.0.0",
"gulp-mirror": "^0.4.0",
"gulp-rename": "^1.2.2",
"gulp-tag-version": "^1.3.0",
"gulp-tslint": "^4.2.1",
"gulp-typescript": "^2.8.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.6",
"gulp-webserver": "^0.9.1",
"inquirer": "^0.11.0",
"licensify": "^2.0.1",
"main-bower-files": "^2.9.0",
"mocha": "^2.4.5",
"multipipe": "^0.2.1",
"requirejs": "^2.1.20",
"through2": "^2.0.0",
"tslint": "^3.2.1",
"typescript": "^1.5.3",
"typings": "^0.7.9",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"xml2js": "^0.4.16"
}
}