forked from abadi199/intl-phone-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 975 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
32
33
34
35
36
{
"name": "intl-phone-input",
"version": "1.0.0",
"description": "### Work In Progress",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"elm-test": "^0.18.9",
"svgo": "^0.7.2"
},
"devDependencies": {
"elm": "^0.18.0",
"elm-live": "^2.7.5",
"elm-test": "^0.18.9",
"postcss-cli": "^4.1.1",
"postcss-safe-parser": "^3.0.1",
"svgo": "^0.7.2"
},
"scripts": {
"test": "elm test",
"css": "cd styles && elm-css Stylesheets.elm --output . && postcss intl-phone-input.css -o intl-phone-input.min.css",
"demo": "cd demo && elm make Demo.elm --optimize --output ../docs/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abadi199/intl-phone-input.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/abadi199/intl-phone-input/issues"
},
"homepage": "https://github.com/abadi199/intl-phone-input#readme"
}