ledgerrb/public/app/bower_components/angular-moment/package.json

37 lines
897 B
JSON
Raw Normal View History

2014-07-31 18:00:20 +02:00
{
"name": "angular-moment",
2015-08-30 19:52:32 +02:00
"version": "0.10.2",
2014-07-31 18:00:20 +02:00
"main": "angular-moment.js",
"repository": {
"type": "git",
"url": "http://github.com/urish/angular-moment.git"
},
"dependencies": {
2015-08-30 19:52:32 +02:00
"moment": ">=2.8.0 <2.11.0"
2014-07-31 18:00:20 +02:00
},
"devDependencies": {
2015-08-30 19:52:32 +02:00
"bower": "^1.3.12",
"coveralls": "~2.11.0",
2014-07-31 18:00:20 +02:00
"grunt": "~0.4.1",
2015-08-30 19:52:32 +02:00
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "0.8.1",
"grunt-karma": "~0.10.1",
"grunt-ngdocs": "^0.2.7",
"jasmine-core": "2.2.0",
2014-07-31 18:00:20 +02:00
"karma": "~0.12.0",
"karma-coverage": "~0.2.0",
2015-08-30 19:52:32 +02:00
"karma-jasmine": "~0.3.5",
2014-07-31 18:00:20 +02:00
"karma-phantomjs-launcher": "~0.1.1",
2015-08-30 19:52:32 +02:00
"load-grunt-tasks": "3.1.0"
2014-07-31 18:00:20 +02:00
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
2015-08-30 19:52:32 +02:00
"bower": "node_modules/.bin/bower install",
"test": "node_modules/.bin/grunt test",
"build": "node_modules/.bin/grunt build"
2014-07-31 18:00:20 +02:00
}
}