forked from FCSAmerica/angular-fcsa-number
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 983 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
{
"name": "kloener-fcsa-number",
"version": "1.6.0",
"description": "An Angular directive that validates numbers and adds commas for the thousands separator.",
"author": "https://github.com/kloener/angular-fcsa-number/graphs/contributors",
"license": "MIT",
"homepage": "https://github.com/kloener/angular-fcsa-number",
"main": "src/fcsaNumber.js",
"dependencies": {},
"devDependencies": {
"express": "^4.15.2",
"grunt": "^1.0.1",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-express-server": "^0.5.3",
"grunt-file-append": "^0.0.7",
"grunt-karma": "^2.0.0",
"grunt-shell": "^2.1.0",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"matchdep": "^1.0.1"
},
"scripts": {
"test": "grunt --verbose"
}
}