-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
35 lines (35 loc) · 908 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": "BikiniProxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "Thomas Durieux",
"license": "MIT",
"dependencies": {
"DeadClick": "file:./DeadClick/script/",
"async": "^2.6.0",
"async-file": "^2.0.2",
"babel-generator": "^7.0.0-beta",
"babel-traverse": "^7.0.0-beta",
"babel-types": "^7.0.0-beta",
"babylon": "^7.0.0-beta",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"domutils": "^1.7.0",
"express": "^4.16.2",
"htmlparser2": "^3.9.2",
"md5": "^2.2.1",
"mongoose": "^5.0.3",
"ws": "^4.0.0"
},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-bower": "^0.21.4",
"grunt-bower-concat": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^2.0.0",
"grunt-contrib-htmlmin": "^2.3.0",
"grunt-contrib-uglify": "^2.2.0",
"grunt-contrib-watch": "^1.0.0"
}
}