-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.38 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"name": "angular-numeric-input",
"version": "1.0.4",
"description": "AngularJS directive to provide real-time number formatting and validations",
"main": "./index.js",
"scripts": {
"test": "gulp test"
},
"keywords": [
"angular directive",
"angular",
"currency",
"input",
"number",
"real time",
"format"
],
"author": "Chang Liu <[email protected]>",
"homepage": "https://github.com/changLiuUNSW/angular-numeric-input",
"repository": {
"type": "git",
"url": "[email protected]:changLiuUNSW/angular-numeric-input.git"
},
"bugs": {
"mail": "[email protected]",
"url": "https://github.com/changLiuUNSW/angular-numeric-input/issues"
},
"license": "MIT",
"devDependencies": {
"angular": "^1.2.29",
"angular-mocks": "^1.2.29",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.1",
"jasmine-core": "^2.5.2",
"jquery": "^2.1.4",
"karma": "^1.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "^2.0.4",
"karma-phantomjs-launcher": "^1.0.1",
"lodash": "^3.10.1",
"phantomjs": "^1.9.18"
}
}