ngactivityindicator
Version:
Simple Angular.js preloaders provider
40 lines (39 loc) • 1.05 kB
JSON
{
"name": "ngactivityindicator",
"version": "0.1.10",
"description": "Simple Angular.js preloaders provider",
"main": "ngActivityIndicator.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "git://github.com/voronianski/ngActivityIndicator.git"
},
"keywords": [
"ngActivityIndicator",
"angular.js",
"preloader",
"loader",
"animating"
],
"author": "Dmitri Voronianski <dmitri.voronianski@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/voronianski/ngActivityIndicator/issues"
},
"homepage": "https://github.com/voronianski/ngActivityIndicator",
"devDependencies": {
"karma": "^0.12.16",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-myth": "^0.3.1",
"grunt-contrib-cssmin": "^0.9.0"
}
}