/
githubmirror
/
html5-boilerplate
Обзор
Документация
Войти
/
githubmirror
/
html5-boilerplate
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
6.0.1
package.json
68 строк
2 KB
Rob Larsen
Restores stable visuallyhidden (#1991)
11 сен 2017, 16:48
11 сен 2017, 16:48
dbc3ed9
Код
Авторство
О чём код?
{ "devDependencies": { "@alrra/travis-scripts": "^3.0.1", "apache-server-configs": "2.14.0", "archiver": "^2.0.0", "babel-core": "^6.25.0", "babel-preset-es2015": "^6.18.0", "babel-register": "^6.8.0", "del": "^3.0.0", "glob": "^7.1.2", "gulp": "^3.9.1", "gulp-autoprefixer": "^3.1.1", "gulp-header": "^1.8.8", "gulp-jscs": "^4.0.0", "gulp-jshint": "^2.0.4", "gulp-load-plugins": "^1.5.0", "gulp-rename": "^1.2.2", "gulp-replace": "^0.6.1", "jquery": "3.2.1", "jshint": "^2.9.5", "jshint-stylish": "^2.2.1", "mocha": "^3.2.0", "modernizr": "3.5.0", "node-sri": "^1.1.1", "normalize.css": "7.0.0", "run-sequence": "^2.0.0", "strip-json-comments": "^2.0.1", "travis-after-all": "^1.4.5" }, "engines": { "node": ">=4", "npm": ">=3" }, "babel": { "presets": [ "es2015" ] }, "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 --compilers js:babel-register --reporter spec --timeout 5000" }, "version": "6.0.1", "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" } }