-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 788 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "rubicksCube",
"version": "1.0.0",
"description": "* Clone the repo * Run a static file server like 'superstatic' in the root folder, or open the index.html * Or online [demo](https://ebinxavier.github.io/rubiksCube?order=3&&shuffle=4) * You can play with `order` and `shuffle` parameters ot get different size cube and different shuffling counts.",
"main": "environment.js",
"scripts": {
"start": "babel-watch src/*.js",
"build": "babel src -d build",
"push": "git push git@github.com:ebinxavier/rubiksCube.git master"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.2"
}
}