-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 875 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 875 Bytes
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
{
"name": "html-webgl-normalmapping",
"version": "1.0.0",
"description": "Projeto de cena com HTML5, WebGL e técnica de *normal mapping*. (em desenvolvimento)",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify ./js/main.js -t babelify --outfile ./lib/main.js",
"serve": "http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/olegon/html5-webgl-normalmapping.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/olegon/html5-webgl-normalmapping/issues"
},
"homepage": "https://github.com/olegon/html5-webgl-normalmapping#readme"
}