-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.77 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
{
"name": "pr_fin_coursera",
"version": "1.0.0",
"description": "Proyecto final curso de frontend",
"main": "index.html",
"scripts": {
"start": "npm run lite",
"test": "echo \"Error: no test specified\" && exit 1",
"lite": "lite-server",
"clean": "rimraf dist",
"copyfonts": "copyfiles -f node_modules/font-awesome/fonts/* dist/fonts",
"imagemin": "imagemin img/* -o dist/img",
"usemin": "usemin index.html -d dist --htmlmin -o dist/index.html && usemin wire.html -d dist --htmlmin -o dist/wire.html && usemin savings.html -d dist --htmlmin -o dist/savings.html",
"build": "npm rum clean && npm run copyfonts && npm run imagemin && npm run usemin"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sangamo/pr_fin_coursera.git"
},
"author": "Jaime Cuadrado",
"license": "ISC",
"bugs": {
"url": "https://github.com/sangamo/pr_fin_coursera/issues"
},
"homepage": "https://github.com/sangamo/pr_fin_coursera#readme",
"devDependencies": {
"cssmin": "^0.4.3",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-htmlmin": "^2.4.0",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-filerev": "^2.3.1",
"grunt-usemin": "^3.1.1",
"htmlmin": "^0.0.7",
"jit-grunt": "^0.10.0",
"lite-server": "^2.6.1",
"onchange": "^3.3.0",
"parallelshell": "^3.0.2",
"rimraf": "^2.6.2",
"time-grunt": "^1.4.0",
"uglify-js": "^3.17.4",
"usemin-cli": "^0.5.1"
},
"dependencies": {
"bootstrap": "^4.0.0",
"bootstrap-social": "^5.1.1",
"font-awesome": "^4.7.0"
}
}