forked from grantila/awesome-phonenumber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.3 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
{
"name": "awesome-phonenumber",
"description": "Google's libphonenumber pre-compiled with the closure compiler",
"license": "MIT",
"version": "0.0.0-development",
"author": "Gustaf Räntilä <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/grantila/awesome-phonenumber.git"
},
"scripts": {
"build": "node_modules/.bin/gulp",
"test": "scripts/test.sh",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once",
"cz": "git-cz"
},
"pre-commit": [
"test"
],
"files": [
"lib",
"index.js",
"index.d.ts"
],
"types": "./index.d.ts",
"keywords": [
"libphonenumber",
"phonenumber",
"phone",
"number",
"closure",
"web",
"browser",
"browserify",
"awesome"
],
"devDependencies": {
"@types/mocha": "5.x",
"chai": "4.x",
"commitizen": "3.x",
"cz-conventional-changelog": "2.x",
"google-closure-compiler": "20171023.0.1",
"gulp": "4.x",
"mkdirp": "0.x",
"mocha": "6.x",
"pre-commit": "1.x",
"replace": "1.x",
"rimraf-promise": "2.x",
"semantic-release": "15.x",
"travis-deploy-once": "5.x",
"typescript": "3.x"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}