pixel-editor/package.json

26 lines
687 B
JSON
Raw Normal View History

2019-03-27 02:20:54 +03:00
{
"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"
2019-03-27 02:20:54 +03:00
},
"author": "Lospec",
"license": "ISC",
"dependencies": {
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"gulp": "^4.0.2",
"gulp-hb": "^8.0.0",
2019-03-27 02:20:54 +03:00
"gulp-include": "^2.3.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
2019-03-28 05:19:15 +03:00
"handlebars-helper-svg": "git+https://bitbucket.org/skeddles/npm-handlebars-helper-svg-lospec-open-source.git",
"open": "^6.0.0",
"sass": "^1.17.3"
2019-03-27 02:20:54 +03:00
}
}