package.json (780B)
1 { 2 "name": "new-age", 3 "title": "New Age", 4 "version": "3.3.7", 5 "homepage": "http://startbootstrap.com/template-overviews/new-age", 6 "author": "Start Bootstrap", 7 "license": { 8 "type": "MIT", 9 "url": "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE" 10 }, 11 "devDependencies": { 12 "bootstrap": "^3.3.7", 13 "browser-sync": "^2.13.0", 14 "font-awesome": "^4.6.3", 15 "gulp": "^3.9.1", 16 "gulp-clean-css": "^2.0.10", 17 "gulp-header": "^1.8.7", 18 "gulp-less": "^3.1.0", 19 "gulp-rename": "^1.2.2", 20 "gulp-uglify": "^1.5.4", 21 "jquery": "^1.11.3" 22 }, 23 "repository": { 24 "type": "git", 25 "url": "https://github.com/BlackrockDigital/startbootstrap-new-age.git" 26 }, 27 "dependencies": { 28 "simple-line-icons": "^2.3.2" 29 } 30 }