forked from TeamBigGulp/main-tycoon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 879 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
36
37
{
"name": "apitycoon-project",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"build": "webpack",
"start_webpack": "webpack-dev-server --inline --hot",
"start": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bluebird": "^3.3.1",
"body-parser": "^1.15.0",
"cheerio": "^0.20.0",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"jquery": "^2.2.0",
"mongodb": "^2.1.7",
"phantom": "^2.0.0-alpha.4",
"request": "^2.69.0",
"request-promise": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.5.0",
"blue-tape": "^0.2.0",
"nodemon": "^1.9.0",
"tap-spec": "^4.1.1",
"tape": "^4.4.0",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
}
}