-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
20 lines (20 loc) · 926 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "rawelements",
"version": "1.0.0",
"description": "",
"main": "sketch.js",
"scripts": {
"build": "rm -rf ./dist/* && cp ./index.html ./dist/index.html && cp ./fire.html ./dist/fire.html && cp ./water.html ./dist/water.html && cp ./air.html ./dist/air.html && cp ./earth.html ./dist/earth.html && cp -avr ./css/ ./dist/ && cp ./home.js ./dist/home.js && cp ./p5.min.js ./dist/p5.min.js && cp ./fire.js ./dist/fire.js && cp ./earth.js ./dist/earth.js && cp ./air.js ./dist/air.js && cp ./water.js ./dist/water.js && cp -avr ./images/ ./dist/ && cp -avr ./sounds/ ./dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gawainhewitt/raw_elements.git"
},
"keywords": [],
"author": "Gawain Hewitt",
"license": "MIT",
"bugs": {
"url": "https://github.com/gawainhewitt/raw_elements/issues"
},
"homepage": "https://github.com/gawainhewitt/raw_elements#readme"
}