ngprogress-npm
Version:
slim, site-wide progressbar for AngularJS
42 lines (41 loc) • 1.04 kB
JSON
{
"name": "ngprogress-npm",
"version": "1.1.2",
"description": "slim, site-wide progressbar for AngularJS",
"main": "ngProgress.js",
"repository": {
"type": "git",
"url": "git://github.com/VictorBjelkholm/ngProgress.git"
},
"keywords": [
"angular",
"ng-progress",
"ngProgress",
"angular",
"progress",
"bar"
],
"author": "Victor Bjelkholm",
"license": "MIT",
"readmeFilename": "readme.md",
"gitHead": "75f7f7207ee9f13d43c41fc1ef03eb0180268f59",
"url": "https://github.com/VictorBjelkholm/ngProgress",
"bugs": {
"url": "https://github.com/VictorBjelkholm/ngProgress/issues"
},
"devDependencies": {
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-karma": "~0.7.0",
"karma": "~0.12",
"karma-jasmine": "~0.1",
"karma-phantomjs-launcher": "^0.1.4"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run"
},
"dependencies": {
"grunt-cli": "^0.1.13"
}
}