-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
70 lines (70 loc) · 1.91 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
{
"name": "front.phone",
"description": "front.phone is a Javascript library that identifies, validates and formats phone numbers",
"version": "4.19.5",
"paths": [
"/front.phone"
],
"main": "./Phone.js",
"hosts": [
"*.vtexcommerce.com.br",
"*.vtexcommercebeta.com.br",
"*.vtexcommercestable.com.br",
"*.vtexcommercealfa.com.br",
"*.vtexlocal.com.br"
],
"backend": "https://io.vtex.com.br/",
"deploy": "dist/",
"readmeFilename": "README.md",
"scripts": {
"test": "grunt test",
"testWatch": "mocha --watch spec/**/*-spec.coffee --compilers coffee:coffee-script/register",
"build": "grunt dist",
"prepublishOnly": "grunt dist"
},
"devDependencies": {
"angular": "1.3.14",
"angular-mocks": "1.3.14",
"bundle-loader": "^0.5.3",
"chai": "~2.3.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.11.1",
"css-loader": "^0.12.0",
"file-loader": "^0.8.1",
"grunt": "~0.4.5",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-coffee": "~0.12.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-gh-pages": "^0.9.1",
"grunt-mocha-test": "~0.12.7",
"grunt-shell": "^1.1.1",
"grunt-usemin": "2.0.2",
"grunt-vtex": "^0.14.0",
"grunt-webpack": "^1.0.8",
"jsdom": "^7.0.2",
"less": "^2.5.0",
"less-loader": "^2.2.0",
"mocha": "~2.0.1",
"style-loader": "^0.12.1",
"url-loader": "^0.5.5",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.7.0"
},
"repository": {
"type": "git",
"url": "git://github.com/vtex/front.phone.git"
},
"homepage": "https://vtex.github.io/front.phone/",
"keywords": [
"phone"
],
"contributors": [
"Breno Calazans <[email protected]>",
"Guilherme Berger <[email protected]>"
],
"license": "MIT"
}