/
githubmirror
/
html5-boilerplate
Обзор
Документация
Войти
/
githubmirror
/
html5-boilerplate
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
6.1.0
package.json
69 строк
2 KB
Christian Oliff
Prepare 6.1 release (#2045)
01 май 2018, 19:36
01 май 2018, 19:36
269f727
Код
Авторство
О чём код?
{ "devDependencies": { "@alrra/travis-scripts": "^3.0.1", "apache-server-configs": "^3.0.0", "archiver": "^2.1.1", "babel-core": "^6.26.3", "babel-preset-env": "^1.6.1", "babel-register": "^6.26.0", "del": "^3.0.0", "eslint": "^4.19.1", "eslint-config-recommended": "^2.0.0", "eslint-plugin-mocha": "^5.0.0", "glob": "^7.1.2", "gulp": "^3.9.1", "gulp-autoprefixer": "^5.0.0", "gulp-eslint": "^4.0.2", "gulp-header": "^2.0.5", "gulp-jscs": "^4.1.0", "gulp-load-plugins": "^1.5.0", "gulp-rename": "^1.2.2", "gulp-replace": "^0.6.1", "jquery": "3.3.1", "mocha": "^5.1.1", "modernizr": "3.6.0", "normalize.css": "8.0.0", "run-sequence": "^2.2.1", "ssri": "^6.0.0", "strip-json-comments": "^2.0.1", "travis-after-all": "^1.4.5" }, "engines": { "node": ">=6", "npm": ">=3" }, "babel": { "presets": [ "env" ] }, "h5bp-configs": { "directories": { "archive": "archive", "dist": "dist", "src": "src", "test": "test" } }, "homepage": "https://html5boilerplate.com/", "license": "MIT", "name": "html5-boilerplate", "scripts": { "build": "gulp build", "test": "gulp archive && mocha --require babel-core/register --reporter spec --timeout 5000" }, "version": "6.1.0", "description": "A professional front-end template for building fast, robust, and adaptable web apps or sites.", "files": [ "CHANGELOG.md", "LICENSE.txt", "package.json", "dist/", "modernizr-config.json", "README.md" ], "repository": { "type": "git", "url": "https://github.com/h5bp/html5-boilerplate.git" } }