-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "wanmask-website",
"version": "0.0.2",
"description": "WanMask Website",
"main": "index.html",
"scripts": {
"start": "node server.js",
"build": "node build.js",
"deploy": "npm run build && docker-compose pull && docker-compose build && docker-compose stop && docker-compose up -d && docker-compose logs --tail 200",
"test": "echo Success! No tests defined yet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TyrionShared/website.git"
},
"author": "tyrion70",
"license": "ISC",
"bugs": {
"url": "https://github.com/TyrionShared/Website/issues"
},
"homepage": "https://github.com/TyrionShared/Website#readme",
"dependencies": {
"detect-browser": "^2.0.0",
"node-static": "^0.7.7"
},
"devDependencies": {
"ap": "^0.2.0",
"async": "^2.0.0-rc.6",
"browserify": "^13.0.1",
"fs": "0.0.2",
"fs-extra": "^1.0.0",
"gulp-batch": "^1.0.5",
"gulp-browser": "^3.0.2",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.6",
"metamask-logo": "^2.0.0",
"mississippi": "^1.2.0",
"rimraf": "^2.5.2",
"run-sequence": "^1.2.0",
"sass-css-stream": "^0.1.6",
"watchify": "^3.11.0"
}
}