-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 854 Bytes
/
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
{
"name": "nota-pas",
"version": "1.0.0",
"description": "Um site para calcular a nota do vestibular o PAS-UEM",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Matheus Carnelutt",
"license": "ISC",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-json-minify": "^1.2.0",
"gulp-load-plugins": "^1.5.0",
"gulp-minify": "^1.0.0",
"gulp-pug": "^3.2.0",
"gulp-ruby-sass": "^2.1.1",
"gulp-version-number": "^0.1.7"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/MathCarnelutt/Nota-PAS.git"
},
"bugs": {
"url": "https://github.com/MathCarnelutt/Nota-PAS/issues"
},
"homepage": "https://github.com/MathCarnelutt/Nota-PAS#readme"
}