-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 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
{
"name": "pselect.js",
"version": "4.0.1",
"description": "Crea un select con todas las provincias españolas de forma sencilla.",
"main": "dist/pselect.js",
"dependencies": {
"gulp": "^3.9.1",
"gulp-umd": "^0.2.0",
"umd": "^3.0.1"
},
"devDependencies": {
"dotenv": "^4.0.0",
"eslint": "^4.10.0",
"nightwatch": "^0.9.16",
"request": "^2.83.0",
"serve": "^7.1.3",
"webpack": "^3.8.1"
},
"scripts": {
"build": "webpack",
"build:watch": "webpack -w",
"test": "nightwatch --env default,firefox,ie9,edge",
"lint": "eslint src/index.js",
"serve": "serve -p 8000"
},
"repository": {
"type": "git",
"url": "https://github.com/IagoLast/pselect"
},
"keywords": [
"select",
"provincias",
"municipios",
"municipios",
"españoles",
"provincias",
"españolas"
],
"author": "IagoLast",
"license": "MIT",
"bugs": {
"url": "https://github.com/IagoLast/pselect/issues"
},
"homepage": "https://github.com/IagoLast/pselect"
}