-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 856 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
{
"name": "izzi",
"version": "1.0.0",
"description": "A lightweight JavaScript framework made for Lazy and Smart People",
"main": "src/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alhaqhassan/izzi.js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alhaqhassan/izzi.js/issues"
},
"homepage": "https://github.com/alhaqhassan/izzi.js#readme",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-uglify": "^3.0.2"
},
"dependencies": {
"gulp-rename": "^2.0.0"
}
}