mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
04afee2172
Must write the log update and maybe find a way to randomize the splash images
27 lines
712 B
JSON
27 lines
712 B
JSON
{
|
|
"name": "pixel-editor",
|
|
"version": "1.0.0",
|
|
"description": "Online pixel art creation tool",
|
|
"main": "build.js",
|
|
"scripts": {
|
|
"build": "node ./build.js ./build",
|
|
"serve": "node ./server.js ./build 3000",
|
|
"test": "npm run build && npm run serve"
|
|
},
|
|
"author": "Lospec",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.16.4",
|
|
"fs-extra": "^7.0.1",
|
|
"gulp": "^4.0.2",
|
|
"gulp-hb": "^8.0.0",
|
|
"gulp-include": "^2.3.1",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-sass": "^4.0.2",
|
|
"handlebars-helper-svg": "git+https://bitbucket.org/skeddles/npm-handlebars-helper-svg-lospec-open-source.git",
|
|
"nodemon": "^2.0.7",
|
|
"open": "^6.0.0",
|
|
"sass": "^1.17.3"
|
|
}
|
|
}
|