{ "name": "impress.js", "version": "1.1.0", "description": "It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.", "main": "js/impress.js", "repository": { "type": "git", "url": "https://github.com/impress/impress.js.git" }, "keywords": [ "presentation", "slides", "slideshow", "css3", "transitions", "transforms", "browser" ], "author": "Bartek Szopka", "license": "MIT", "bugs": { "url": "https://github.com/impress/impress.js/issues" }, "scripts": { "all": "npm run build && npm run test && npm run lint", "build": "node build.js", "lint": "npm exec -- jshint src test/*.js && npm exec -- jscs src test/*.js", "new-lint": "npm exec -- eslint src test", "test": "npm exec -- karma start --log-level debug --single-run=true" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.18.0", "@typescript-eslint/parser": "^6.18.0", "eslint": "^8.56.0", "jscs": "^2.1.1", "jshint": "^2.11.0", "karma": "^6.4.2", "karma-chrome-launcher": "^3.1.0", "karma-firefox-launcher": "^1.3.0", "karma-qunit": "^4.0.0", "ls": "^0.2.1", "puppeteer": "^2.1.1", "qunit": "^2.9.3", "qunit-assert-close": "^2.1.2", "syn": "^0.14.1", "terser": "^4.6.7", "typescript": "^5.3.3" } }