bmstu-mt-wp/package.json

55 lines
1.2 KiB
JSON
Raw Normal View History

2013-12-01 10:05:34 +04:00
{
"name": "shower",
"description": "Shower HTML presentation engine",
2017-08-04 01:47:08 +03:00
"version": "2.3.0",
"author": {
"name": "Vadim Makeev",
2015-03-28 18:49:30 +03:00
"url": "http://pepelsbey.net/"
},
2014-05-12 20:40:09 +04:00
"homepage": "https://github.com/shower/shower",
"repository": {
"type": "git",
"url": "git://github.com/shower/shower.git"
},
"bugs": {
"url": "http://github.com/shower/shower/issues"
},
2015-12-06 21:35:44 +03:00
"license": "MIT",
"keywords": [
"shower",
"presentation",
"template"
],
2016-03-23 23:59:05 +03:00
"files": [
"pictures/**",
"index.html",
"LICENSE.md",
"README.md"
],
"dependencies": {
2017-02-01 12:28:28 +03:00
"shower-core": "^2.1.0",
2017-08-04 01:45:31 +03:00
"shower-material": "^1.1.0",
"shower-ribbon": "^2.1.0"
2014-03-21 12:40:34 +04:00
},
"devDependencies": {
"browser-sync": "^2.18.12",
2017-08-04 01:45:31 +03:00
"del": "^3.0.0",
2016-03-23 23:53:37 +03:00
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-gh-pages": "^0.5.4",
"gulp-rename": "^1.2.2",
2017-08-04 01:45:31 +03:00
"gulp-replace": "^0.6.1",
"gulp-rsync": "0.0.8",
2017-01-31 12:05:15 +03:00
"gulp-zip": "^4.0.0",
2016-03-23 23:53:37 +03:00
"merge-stream": "^1.0.0",
2016-08-12 00:45:37 +03:00
"path-exists-cli": "^1.0.0",
2017-08-04 01:45:31 +03:00
"run-sequence": "^2.1.0"
2016-03-23 23:58:47 +03:00
},
"scripts": {
"prepare": "gulp prepare",
"archive": "gulp archive",
2016-08-12 00:45:37 +03:00
"publish": "gulp publish",
"test": "npm run prepare && ls prepared && npm run archive && path-exists archive.zip"
2013-12-01 10:05:34 +04:00
}
}