forked from dt-rush/siha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.22 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
48
49
50
51
52
{
"name": "siha",
"version": "1.12.3",
"description": "a simple habit-tracker exposing an API",
"main": "siha.js",
"scripts": {
"test": "gulp test",
"dev-serve": "gulp dev-serve",
"cli": "node cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dt-rush/simple-habit.git"
},
"keywords": [
"habit"
],
"author": "dt-rush",
"license": "MIT",
"bugs": {
"url": "https://github.com/dt-rush/simple-habit/issues"
},
"homepage": "https://github.com/dt-rush/siha#readme",
"dependencies": {
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"express": "^4.16.3",
"gulp-live-server": "0.0.31",
"inquirer": "^6.2.0",
"json5": "^2.0.1",
"morgan": "^1.9.0",
"promise.prototype.finally": "^3.1.0",
"repl": "^0.1.3",
"sequelize": "^4.38.0",
"sequelize-querystring": "^0.9.1",
"sqlite3": "^4.0.2"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"dotenv": "^6.0.0",
"gulp": "^4.0.0",
"gulp-git": "^2.8.0",
"gulp-jsdoc3": "^2.0.0",
"gulp-spawn-mocha": "^5.0.1",
"istanbul": "^0.4.5",
"jsdoc": "^3.5.5",
"loke-jsdoc-theme": "^2.1.0",
"mocha": "^5.2.0",
"versionist": "^2.14.0"
}
}