-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 959 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
36
37
38
{
"name": "angular-numbro",
"description": "AngularJS filter for Numbro.js: number formatting as a filter",
"version": "1.5.3",
"homepage": "https://github.com/robertbaker/angular-numbro",
"author": "Robert Baker <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:robertbaker/angular-numbro.git"
},
"main": "./commonjs/angular-numbro.js",
"licenses": [
{
"type": "MIT",
"url": "http://mit-license.org"
}
],
"dependencies": {
"numbro": "^1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-karma": "*",
"grunt-ng-annotate": "*",
"grunt-commonjs": "^0.2.0-rc7",
"jasmine": "^2.3.2",
"karma": "^0.13.10",
"karma-jasmine": "*",
"karma-phantomjs-launcher": "*",
"phantomjs": "^1.9.18"
},
"scripts": {
"test": "grunt karma:unit"
}
}