angular-lte
Version:
An Angular 1.x implementation of the AdminLTE admin template
73 lines • 1.8 kB
JSON
{
"name": "angular-lte",
"description": "An Angular 1.x implementation of the AdminLTE admin template",
"main": "dist/angular-lte.js",
"version": "1.8.3",
"scripts": {
"test": "exit 0",
"commit": "git-cz",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"prebuild": "rimraf dist",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/genu/AngularLTE.git"
},
"keywords": [
"adminlte",
"template",
"angular1"
],
"files": [
"dist",
"README.md"
],
"author": "Eugen Istoc <me@eugenistoc.com> (http://eugenistoc.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/genu/AngularLTE/issues"
},
"homepage": "https://github.com/genu/AngularLTE#readme",
"devDependencies": {
"angular-mocks": "^1.5.8",
"babel-cli": "^6.18.0",
"babel-loader": "^6.2.6",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"commitizen": "2.8.6",
"conventional-recommended-bump": "0.3.0",
"cz-conventional-changelog": "1.2.0",
"istanbul": "0.4.5",
"semantic-release": "^4.3.5",
"webpack": "^1.13.3"
},
"dependencies": {
"admin-lte": "^2.3.7",
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-ui-bootstrap": "^2.2.0",
"angular-ui-grid": "^3.2.9",
"angular-ui-router": "^0.3.1",
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0",
"jquery": "^3.1.1",
"rimraf": "^2.5.4"
},
"releases": {
"analyzeCommits": "conventional-recommended-bump"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
},
"ghooks": {
"pre-commit": "npm run test"
}
},
"babel": {
"presets": [
"es2015"
]
}
}