forked from sngsweekeat/one2onetool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 824 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
30
31
32
33
34
35
{
"name": "one2onetool",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "forever -w index.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sngsweekeat/one2onetool.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sngsweekeat/one2onetool/issues"
},
"homepage": "https://github.com/sngsweekeat/one2onetool#readme",
"dependencies": {
"async": "^1.4.2",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"express": "^4.15.4",
"forever": "^0.15.3",
"handlebars": "^4.0.10",
"hbs": "^4.0.1"
},
"devDependencies": {
"eslint": "^4.12.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"jest": "^21.2.1"
}
}