-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
30 lines (30 loc) · 899 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
{
"name": "webassembly-webgl-shaders",
"version": "1.0.0",
"description": "Demo project for using WebGL shaders in WebAssembly",
"scripts": {
"build": "rm -rf build && mkdir build && cd build && cmake -G\"MSYS Makefiles\" .. && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanRuta/webassembly-webgl-shaders.git"
},
"keywords": [],
"author": "Dan Ruta",
"license": "MIT",
"directories": {},
"bugs": {
"url": "https://github.com/DanRuta/webassembly-webgl-shaders/issues"
},
"engines": {
"node": ">= 8.4.0"
},
"homepage": "https://github.com/DanRuta/webassembly-webgl-shaders#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-uglify": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^3.0.0"
}
}