mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
5bbfff5fae
Signed-off-by: npalomba <nicola.palomba@studenti.galileilivorno.gov.it>
25 lines
777 B
JSON
25 lines
777 B
JSON
{
|
|
"name": "pixel-editor",
|
|
"version": "1.0.0",
|
|
"description": "Online pixel art creation tool",
|
|
"main": "build.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Lospec",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.16.4",
|
|
"fs-extra": "^7.0.1",
|
|
"glob": "^7.1.3",
|
|
"gulp": "^4.0.0",
|
|
"gulp-include": "^2.3.1",
|
|
"handlebars-helper-svg": "git+https://bitbucket.org/skeddles/npm-handlebars-helper-svg-lospec-open-source.git",
|
|
"hbs": "^4.0.3",
|
|
"hbs-register-helpers": "git+https://skeddles@bitbucket.org/skeddles/hbs-register-helpers.git",
|
|
"hbs-register-partials": "git+https://skeddles@bitbucket.org/skeddles/hbs-register-partials.git",
|
|
"opn": "^6.0.0",
|
|
"sass": "^1.17.3"
|
|
}
|
|
}
|