Files: 86a0935365d49d93e60d8e0857c88f2595d758e8 / package.json
763 bytesRaw
1 | { |
2 | "name": "romuloalv.es", |
3 | "version": "2.0.0", |
4 | "description": "Rômulo Alves website", |
5 | "dependencies": { |
6 | "gulp": "^3.9.1", |
7 | "gulp-clean-css": "^3.0.4", |
8 | "gulp-htmlmin": "^3.0.0", |
9 | "gulp-rev": "^7.1.2", |
10 | "gulp-usemin": "^0.3.28", |
11 | "serve": "^5.0.4" |
12 | }, |
13 | "now": { |
14 | "alias": [ |
15 | "romuloalv.es" |
16 | ] |
17 | }, |
18 | "scripts": { |
19 | "dev": "serve ./src", |
20 | "build": "gulp", |
21 | "start": "serve ./dist" |
22 | }, |
23 | "repository": { |
24 | "type": "git", |
25 | "url": "git+https://github.com/romuloalves/romuloalves.github.io.git" |
26 | }, |
27 | "author": "romuloalves", |
28 | "license": "MIT", |
29 | "bugs": { |
30 | "url": "https://github.com/romuloalves/romuloalves.github.io/issues" |
31 | }, |
32 | "homepage": "https://github.com/romuloalves/romuloalves.github.io#readme" |
33 | } |
34 |
Built with git-ssb-web