This repository has been archived by the owner on Oct 14, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
78 lines (78 loc) · 2 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "bc-phone-number",
"version": "5.1.2",
"description": "An AngularJS international phone input directive",
"main": "src/bc-phone-number.js",
"scripts": {
"test": "gulp test"
},
"keywords": [
"international",
"countries",
"angularjs",
"directive",
"phone"
],
"author": "Abdullah Alansari <[email protected]>",
"homepage": "https://github.com/blockchain/bc-phone-number",
"repository": {
"url": "git://github.com/blockchain/bc-phone-number.git",
"type": "git"
},
"license": "MIT",
"dependencies": {
"angular": "^1.4.7",
"angular-ui-bootstrap": "^0.14.1",
"bc-countries": "^2.0.0",
"bc-css-flags": "^3.0.0",
"bootstrap": "^3.3.5"
},
"devDependencies": {
"angular-mocks": "^1.4.7",
"browserify": "^11.2.0",
"browserify-shim": "^3.8.10",
"del": "^2.0.2",
"git-changelog": "^0.1.8",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-karma": "^0.12.2",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-jscs": "^3.0.1",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.1",
"jasmine-core": "^2.3.4",
"karma": "^1.6.0",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-opera-launcher": "^0.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-safari-launcher": "^0.1.1",
"merge-stream": "^1.0.0",
"phantomjs": "^1.9.18",
"run-sequence": "^1.1.4",
"watchify": "^3.4.0",
"wiredep": "^2.2.2"
},
"engines": {
"node": ">=0.10.0"
},
"browserify-shim": {
"jquery": "global:jQuery",
"angular": "global:angular",
"google-libphonenumber": "global:libphonenumber",
"digits-trie": "global:DigitsTrie",
"bc-countries": "global:bcCountries"
},
"browserify": {
"transform": [
"browserify-shim"
]
}
}