-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 977 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
32
33
34
35
36
37
38
{
"name": "whatsmygpa",
"version": "2.0.0",
"description": "Canadian Universities GPA calculator with support for over 50 Canadian Universities",
"main": "addSemester.js",
"scripts": {
"build": "./node_modules/.bin/gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sergei1152/WhatsMyGPA.git"
},
"keywords": [
"gpa",
"canada",
"university",
"calculator"
],
"author": "Serj Babayan",
"license": "MIT",
"bugs": {
"url": "https://github.com/sergei1152/WhatsMyGPA/issues"
},
"homepage": "https://github.com/sergei1152/WhatsMyGPA#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-concat": "^2.6.0",
"gulp-csso": "^1.0.0",
"gulp-jshint": "^1.11.2",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.1",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.0",
"jshint-stylish": "^2.0.1",
"run-sequence": "^1.1.4"
}
}