forked from Grade-Notifier/GN-Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 842 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
{
"name": "gn-core",
"version": "0.0.1",
"description": "<img src=./Assets/GN-Logo.png height=300>",
"main": "index.js",
"devDependencies": {
"autoprefixer": "^9.4.4",
"browser-sync": "^2.26.3",
"gulp": "^3.9.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"node-sass": "^4.11.0",
"postcss-cli": "^6.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Grade-Notifier/GN-Core.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Grade-Notifier/GN-Core/issues"
},
"homepage": "https://github.com/Grade-Notifier/GN-Core#readme",
"dependencies": {
"jsrsasign": "^8.0.12"
},
"browserslist": ["last 2 versions"]
}