mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-02-05 20:46:02 +01:00
43 lines
1,003 B
JSON
43 lines
1,003 B
JSON
{
|
|
"devDependencies": {
|
|
"apache-server-configs": "2.11.0",
|
|
"archiver": "^0.13.0",
|
|
"del": "^1.1.0",
|
|
"glob": "^4.2.1",
|
|
"gulp": "^3.8.10",
|
|
"gulp-header": "^1.2.2",
|
|
"gulp-jscs": "^1.3.1",
|
|
"gulp-jshint": "^1.9.0",
|
|
"gulp-load-plugins": "^0.8.0",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-replace": "^0.5.0",
|
|
"jquery": "1.11.2",
|
|
"jshint-stylish": "^1.0.0",
|
|
"mocha": "^2.0.1",
|
|
"normalize.css": "3.0.2",
|
|
"run-sequence": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"h5bp-configs": {
|
|
"directories": {
|
|
"archive": "archive",
|
|
"dist": "dist",
|
|
"src": "src",
|
|
"test": "test"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"version": "5.0.0"
|
|
}
|