{
"name": "PROJECT",
"version": "0.1.2.3",
"homepage": "http://....",
"description": "Project description",
"authors": [
],
"release_type": "xxxx",
"banner": [
"/**",
" * Copyright (c) 2014-<%= new Date().getFullYear() %> XXXXX",
" * <%= pkg.name %> - <%= pkg.description %>",
" * @version v<%= pkg.version %>",
" * @link <%= pkg.homepage %>",
" * @license <%= pkg.license %>",
" */",
""
],
"private": true,
"dependencies": {
"angular": "1.3.xx",
"raven-js": "~1.1.18",
"angular-raven": "git@github.com:umurkontaci/angular-raven.git",
"jquery": "2.x.x",
"favico.js": "*",
//...
"momentjs": "*",
"angular-locale-ru": "*",
"less-prefixer": "*",
"lodash": "~3.10.1"
},
"resolutions": {
"angular": "1.3.16",
"jquery": "2.x.x"
},
"overrides": {
"bootstrap": {
"main": [
"fonts/glyphicons-halflings-regular.svg",
"fonts/glyphicons-halflings-regular.eot",
"fonts/glyphicons-halflings-regular.ttf",
"fonts/glyphicons-halflings-regular.woff",
"fonts/glyphicons-halflings-regular.woff2"
]
},
"jquery": {
"main": "dist/jquery.min.js"
},
"angular": {
"main": "angular.min.js"
},
// .....
},
"main": [
"/app/scripts/constants.js",
"/app/scripts/app.js",
// ....
"/app/styles/styles.css"
]
}