forked from imranhsayed/aquila
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 916 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
{
"name": "aquila",
"version": "1.0.0",
"description": "[![Project Status: WIP – Initial development is in progress.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imranhsayed/aquila.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/imranhsayed/aquila/issues"
},
"homepage": "https://github.com/imranhsayed/aquila#readme",
"devDependencies": {
"@babel/preset-react": "^7.10.4",
"node-sass": "^7.0.0",
"sass-loader": "^9.0.3",
"sass-mq": "^5.0.1"
},
"dependencies": {}
}