Files
html5-boilerplate/package.json
Cătălin Mariș 3d4c3da5d9 Move update_dist_directory.sh into bin/travis
Make it even more clear that the `update_dist_directory.sh`
is intended for Travis¹, and not for the user to run it.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

¹ http://docs.travis-ci.com/
2014-10-12 11:27:31 +03:00

44 lines
1.0 KiB
JSON

{
"devDependencies": {
"apache-server-configs": "2.8.0",
"archiver": "^0.11.0",
"del": "^0.1.3",
"glob": "^4.0.6",
"gulp": "^3.8.8",
"gulp-header": "^1.1.1",
"gulp-jshint": "^1.8.5",
"gulp-load-plugins": "^0.7.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"jquery": "1.11.1",
"jshint-stylish": "^1.0.0",
"lodash": "^2.4.1",
"mocha": "^1.21.4",
"normalize.css": "3.0.2",
"run-sequence": "^1.0.1"
},
"engines": {
"node": ">=0.10.0"
},
"h5bp-configs": {
"directories": {
"archive": "archive",
"src": "src",
"dist": "dist"
}
},
"homepage": "http://h5bp.com/",
"license": {
"type": "MIT",
"url": "https://github.com/h5bp/html5-boilerplate/blob/master/LICENSE.md"
},
"name": "html5-boilerplate",
"private": true,
"scripts": {
"build": "gulp build",
"test": "gulp archive && mocha --reporter spec --timeout 5000",
"update_dist_directory": "bin/travis/update_dist_directory.sh"
},
"version": "4.3.0"
}