forked from the-api-administration/css-generators-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 941 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
{
"name": "css-generator-api",
"version": "1.0.0",
"description": "Search for CSS generators by relevant keywords. This API provides a directory of efficacious websites that generate CSS design elements in order to improve creativity, consistency, and most importantly, efficiency.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/the-api-administration/css-generator-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/the-api-administration/css-generator-api/issues"
},
"homepage": "https://github.com/the-api-administration/css-generator-api#readme",
"dependencies": {
"cors": "^2.8.5",
"ejs": "^3.1.8",
"express": "^4.18.1"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}