forked from FCSAmerica/angular-fcsa-number
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 869 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
{
"name": "angular-fcsa-number",
"version": "1.5.3",
"description": "An Angular directive that validates numbers and adds commas for the thousands separator.",
"author": "https://github.com/FCSAmericaDev/fcsa-number/graphs/contributors",
"license": "MIT",
"homepage": "https://github.com/FCSAmericaDev/fcsa-number",
"main": "src/fcsaNumber.js",
"dependencies": {},
"devDependencies": {
"grunt": "0.4.5",
"grunt-karma": "0.8.3",
"karma": "^0.12.0",
"karma-chrome-launcher": "^0.1.2",
"matchdep": "0.3.0",
"grunt-contrib-uglify": "~0.2.5",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "~0.5",
"express": "~4.x",
"grunt-express-server": "~0.4.17",
"grunt-shell": "~0.7.0",
"grunt-file-append": "0.0.5"
},
"scripts": {
"test": "grunt --verbose"
}
}