mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
27 lines
799 B
JSON
27 lines
799 B
JSON
|
|
{
|
||
|
|
"name": "notifications-admin",
|
||
|
|
"version": "0.0.1",
|
||
|
|
"description": "Admin front end for GOV.UK Notify",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
|
"postinstall": "./node_modules/bower/bin/bower install && npm run build",
|
||
|
|
"build": "./node_modules/gulp/bin/gulp.js",
|
||
|
|
"watch": "./node_modules/gulp/bin/gulp.js watch"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/alphagov/notifications-admin.git"
|
||
|
|
},
|
||
|
|
"author": "Government Digital Service",
|
||
|
|
"license": "MIT",
|
||
|
|
"homepage": "https://github.com/alphagov/notifications-admin#readme",
|
||
|
|
"dependencies": {
|
||
|
|
"bower": "1.7.1",
|
||
|
|
"gulp": "3.9.0",
|
||
|
|
"gulp-include": "2.1.0",
|
||
|
|
"gulp-load-plugins": "1.1.0",
|
||
|
|
"gulp-sass": "2.1.1",
|
||
|
|
"gulp-uglify": "1.5.1"
|
||
|
|
}
|
||
|
|
}
|