-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 845 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 845 Bytes
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
{
"name": "utility",
"version": "1.0.0",
"description": "Utility is meant to be a simple easy to use unit conversion website plus bunch of utility tools. This will be a static website made completly from HTML,CSS and Javascript or any other Frontend Framwork.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeezzi/utility.git"
},
"author": "Shubham Goswami",
"license": "ISC",
"bugs": {
"url": "https://github.com/codeezzi/utility/issues"
},
"homepage": "https://github.com/codeezzi/utility#readme",
"devDependencies": {
"git-scripts": "^0.4.3",
"surge": "^0.21.6"
},
"git": {
"scripts": {
"pre-push": "surge --project ./ --domain codeezzi-utility.surge.sh"
}
}
}