47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "satbd-explorer",
|
|
"version": "0.1.0-rc1",
|
|
"description": "Small website for exploring privately satellite.bar bedetheque",
|
|
"devDependencies": {
|
|
"bower": "^1.7.7",
|
|
"del": "^2.2.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-angular-filesort": "^1.1.1",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-debug": "^2.1.2",
|
|
"gulp-filter": "^3.0.1",
|
|
"gulp-htmlhint": "^0.3.1",
|
|
"gulp-htmlmin": "^1.3.0",
|
|
"gulp-inject": "^3.0.0",
|
|
"gulp-jasmine": "^2.2.1",
|
|
"gulp-jshint": "^2.0.0",
|
|
"gulp-karma": "0.0.5",
|
|
"gulp-load-plugins": "^1.2.0",
|
|
"gulp-minify-css": "^1.2.3",
|
|
"gulp-ng-annotate": "^1.1.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-uglify": "^1.5.3",
|
|
"gulp-util": "^3.0.7",
|
|
"jasmine-core": "^2.4.1",
|
|
"jshint": "^2.9.1",
|
|
"jshint-stylish": "^2.1.0",
|
|
"karma": "^0.13.19",
|
|
"karma-chrome-launcher": "^0.2.2",
|
|
"karma-firefox-launcher": "^0.1.7",
|
|
"karma-jasmine": "^0.3.7",
|
|
"karma-junit-reporter": "^0.3.8",
|
|
"karma-safari-launcher": "^0.1.1",
|
|
"main-bower-files": "^2.11.1",
|
|
"path-exists": "^2.1.0",
|
|
"protractor": "^3.1.1"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "bower install",
|
|
"test": "gulp test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.tuleu.science:atuleu/satbd-explorer.git"
|
|
}
|
|
}
|