Files
impress.js/package.json
Fagner Brack 5bdd534321 Execute the tests through npm
Closes gh-556.
2016-05-07 18:40:30 +10:00

35 lines
856 B
JSON

{
"name": "impress.js",
"version": "0.5.3",
"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/bartaz/impress.js/issues"
},
"scripts": {
"lint": "jshint js/impress.js && jscs js/impress.js --preset=jquery",
"test": "chrome test/core_tests.html"
},
"devDependencies": {
"chrome": "0.1.0",
"jscs": "2.11.0",
"jshint": "2.9.1",
"qunitjs": "2.0.0-rc1"
}
}