forked from baumandm/angular-numeraljs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 962 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "angular-numeraljs",
"description": "AngularJS filter for Numeral.js: number formatting as a filter",
"version": "2.0.1",
"homepage": "https://github.com/baumandm/angular-numeraljs",
"author": "Dave Bauman <baumandm@gmail.com>",
"repository": {
"type": "git",
"url": "git@github.com:baumandm/angular-numeraljs.git"
},
"bugs": {
"url": "https://github.com/baumandm/angular-numeraljs/issues"
},
"license": "MIT",
"dependencies": {
"numeral": ">=2.0.0"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-karma": "2.0.0",
"grunt-ng-annotate": "~3.0.0",
"jasmine-core": "~2.6.1",
"karma": "~1.7.0",
"karma-jasmine": "~1.1.0",
"karma-phantomjs-launcher": "~1.0.2",
"phantomjs-prebuilt": "~2.1"
},
"scripts": {
"test": "grunt test"
},
"main": "./dist/angular-numeraljs.js"
}