forked from Higher-order-Hippos/hoh-hoh-hoh
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "hoh-hoh-hoh",
"version": "1.0.0",
"description": "## Synopsis",
"main": "index.js",
"scripts": {
"start": "node server/server.js",
"nodemon": "nodemon server/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"commit": "git-cz"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Higher-order-Hippos/hoh-hoh-hoh.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Higher-order-Hippos/hoh-hoh-hoh/issues"
},
"homepage": "https://github.com/Higher-order-Hippos/hoh-hoh-hoh#readme",
"dependencies": {
"angular": "^1.5.9",
"angular-route": "^1.5.9",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"jwt-simple": "^0.5.1",
"mysql": "^2.12.0",
"path": "^0.12.7",
"request": "^2.79.0"
},
"devDependencies": {
"commitizen": "^2.8.6",
"cz-conventional-changelog": "^1.2.0",
"eslint": "^3.12.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1"
}
}