mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00

* chore(deps): update phantomjs to v2.1.16 * chore(deps): replace `dateformat` with `date-fns` * chore(deps): update deps to latest * chore * fix(build): extract nw config outside grunt * chore(build): update build config * chore(build): update nw config * chore(deps): remove unused deps * chore(deps): remove `grunt-jscs` * chore(test): debug nw * chore(build): copy nw package.json from src to dest
72 lines
1.9 KiB
JSON
72 lines
1.9 KiB
JSON
{
|
|
"name": "piskel-unleashed",
|
|
"version": "0.15.2",
|
|
"description": "Pixel art editor",
|
|
"author": {
|
|
"name": "Ayushman Chhabra",
|
|
"email": "ayushmxn@outlook.com",
|
|
"url": "https://ayushmanchhabra.com"
|
|
},
|
|
"homepage": "http://github.com/ayushmxn/piskel",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/ayushmxn/piskel.git"
|
|
},
|
|
"files": [
|
|
"dest/prod",
|
|
"misc/scripts/piskel-root"
|
|
],
|
|
"bin": {
|
|
"piskel-root": "./misc/scripts/piskel-root",
|
|
"piskel-cli": "./cli/index.js"
|
|
},
|
|
"main": "./dest/prod/index.html",
|
|
"scripts": {
|
|
"format": "grunt eslint --fix",
|
|
"test": "grunt test",
|
|
"dev:website": "grunt play",
|
|
"dev:desktop": "node nw.dev.js",
|
|
"bld:website": "grunt default",
|
|
"bld:desktop": "node nw.bld.js"
|
|
},
|
|
"devDependencies": {
|
|
"@swc/cli": "0.1.57",
|
|
"@swc/core": "1.3.3",
|
|
"date-fns": "2.29.3",
|
|
"grunt": "1.5.3",
|
|
"grunt-casperjs": "2.2.1",
|
|
"grunt-cli": "1.4.3",
|
|
"grunt-contrib-clean": "2.0.1",
|
|
"grunt-contrib-concat": "2.1.0",
|
|
"grunt-contrib-connect": "3.0.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-jshint": "3.2.0",
|
|
"grunt-contrib-uglify": "5.2.2",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"grunt-include-replace": "5.0.0",
|
|
"grunt-karma": "4.0.2",
|
|
"grunt-leading-indent": "0.2.0",
|
|
"grunt-replace": "2.0.2",
|
|
"grunt-spritesmith": "6.10.0",
|
|
"jasmine-core": "4.4.0",
|
|
"karma": "6.4.1",
|
|
"karma-jasmine": "5.1.0",
|
|
"karma-phantomjs-launcher": "1.0.4",
|
|
"load-grunt-tasks": "5.1.0",
|
|
"nw-builder": "3.8.6",
|
|
"phantomjs-polyfill-object-assign": "0.0.2",
|
|
"phantomjs-prebuilt": "2.1.16",
|
|
"promise-polyfill": "8.2.3",
|
|
"vsx": "0.6.0"
|
|
},
|
|
"window": {
|
|
"title": "Piskel",
|
|
"icon": "dest/prod/logo.png"
|
|
},
|
|
"dependencies": {
|
|
"minimist": "1.2.6"
|
|
}
|
|
}
|