mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-28 07:58:29 +01:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"devDependencies": {
|
|
"@alrra/travis-scripts": "^1.1.1",
|
|
"apache-server-configs": "2.14.0",
|
|
"archiver": "^0.21.0",
|
|
"del": "^2.0.2",
|
|
"glob": "^6.0.1",
|
|
"gulp": "^3.8.11",
|
|
"gulp-autoprefixer": "^3.0.2",
|
|
"gulp-header": "^1.2.2",
|
|
"gulp-jscs": "^3.0.1",
|
|
"gulp-jshint": "^2.0.0",
|
|
"gulp-load-plugins": "^1.1.0",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-replace": "^0.5.3",
|
|
"jquery": "1.12.0",
|
|
"jshint": "^2.8.0",
|
|
"jshint-stylish": "^2.0.1",
|
|
"mocha": "^2.2.4",
|
|
"normalize.css": "3.0.3",
|
|
"run-sequence": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"h5bp-configs": {
|
|
"directories": {
|
|
"archive": "archive",
|
|
"dist": "dist",
|
|
"src": "src",
|
|
"test": "test"
|
|
}
|
|
},
|
|
"homepage": "https://html5boilerplate.com/",
|
|
"license": {
|
|
"type": "MIT",
|
|
"url": "https://github.com/h5bp/html5-boilerplate/blob/master/LICENSE.txt"
|
|
},
|
|
"name": "html5-boilerplate",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "gulp build",
|
|
"test": "gulp archive && mocha --reporter spec --timeout 5000"
|
|
},
|
|
"version": "5.3.0"
|
|
}
|