forked from baumandm/angular-numeraljs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 865 Bytes
/
package.json
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": "1.1.6",
"homepage": "https://github.com/baumandm/angular-numeraljs",
"author": "Dave Bauman <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:baumandm/angular-numeraljs.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://mit-license.org"
}
],
"dependencies": {
"numeral": "~1.5"
},
"devDependencies": {
"karma": "~0.12",
"grunt": ">= 0.4.0",
"grunt-karma": "~0.10",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-commonjs": "*",
"grunt-ng-annotate": "*",
"karma-jasmine": "*",
"karma-phantomjs-launcher": "~0.1"
},
"scripts": {
"test": "grunt karma:unit"
}
}