-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 865 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
{
"name": "users-authentication-node-sql-server",
"version": "1.0.0",
"description": "users-authentication-node-sql-server",
"main": "sql_server_authentication.js",
"scripts": {
"start": "node ./auth_api/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rminelli/users-authentication-node-sql-server.git"
},
"author": "Roberto de Figueiredo Minelli",
"license": "MIT",
"bugs": {
"url": "https://github.com/rminelli/users-authentication-node-sql-server/issues"
},
"homepage": "https://github.com/rminelli/users-authentication-node-sql-server#readme",
"dependencies": {
"angular": "^1.7.9",
"crypto-js": "^3.1.9-1"
},
"devDependencies": {
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
}
}