-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 958 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 958 Bytes
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
{
"name": "monteriajs.org",
"version": "1.0.1",
"description": "Website MonteriaJS http://monteriajs.org",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"build": "webpack -w"
},
"repository": {
"url": "git+https://github.com/MonteriaJS/website.git",
"type": "git"
},
"keywords": [
"MonteríaJS",
"Javascript",
"Community",
"Comunidad",
"Desarrollo",
"Web"
],
"author": "Team MonteríaJS <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/MonteriaJS/website/issues"
},
"homepage": "https://github.com/MonteriaJS/website#readme",
"dependencies": {
"express": "^4.14.0",
"pug": "^2.0.0-beta6"
},
"devDependencies": {
"css-loader": "^0.27.3",
"file-loader": "^0.9.0",
"materialize-css": "^0.97.7",
"node-sass": "^3.10.1",
"sass-loader": "^6.0.3",
"style-loader": "^0.13.2",
"webpack": "^2.2.1"
}
}