-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 884 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
{
"name": "hermite-resize-webgl",
"version": "0.0.0",
"description": "The hermite-resize algorithm implemented in webgl.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JrSchild/hermite-resize-webgl.git"
},
"keywords": [
"hermite-resize",
"hermite",
"resize",
"webgl",
"GPU",
"vertex-shader"
],
"author": "Joram Ruitenschild",
"license": "ISC",
"bugs": {
"url": "https://github.com/JrSchild/hermite-resize-webgl/issues"
},
"homepage": "https://github.com/JrSchild/hermite-resize-webgl#readme",
"devDependencies": {
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-header": "^1.7.1",
"gulp-inject-string": "^1.1.0",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"jshint": "^2.8.0"
}
}