make8bitart.com
1{
2 "name": "make8bitart.com",
3 "version": "2.1.0",
4 "description": "a fun free in-browser pixel art tool for you!",
5 "scripts": {
6 "build": "grunt",
7 "start": "npm run open",
8 "open": "http-server build -o"
9 },
10 "dependencies": {
11 "http-server": "^14.1.1",
12 "grunt": "^1.6.1",
13 "grunt-contrib-concat": "^2.1.0",
14 "grunt-contrib-cssmin": "^5.0.0",
15 "grunt-contrib-jshint": "^3.2.0",
16 "grunt-contrib-uglify": "^5.2.2",
17 "grunt-contrib-copy": "^1.0.0"
18 },
19 "engines": {
20 "node": "18.x"
21 }
22}