-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.01 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.01 KB
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
{
"name": "wp-poncho",
"version": "1.0.0",
"description": "Base de html y css para la creación de sitios pertenecientes a la Administración Pública Nacional de la República Argentina. Adaptado a WordPress",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "./node_modules/.bin/webpack --env=\"development\" -w",
"prod": "./node_modules/.bin/webpack --env=\"production\""
},
"author": "matias.delatorre89@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/matudelatower/wp-poncho.git"
},
"dependencies": {
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0",
"jquery": "^1.12.4"
},
"devDependencies": {
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"node-sass": "^4.8.3",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"url-loader": "^1.0.1",
"webpack": "^3.11.0",
"webpack-notifier": "^1.5.1"
}
}