-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.85 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@forthright48/website-v3",
"version": "1.0.0",
"description": "My personal website",
"main": "index.js",
"scripts":
{
"start": "gulp production && forever index.js",
"test": "./node_modules/mocha/bin/mocha --recursive --reporter spec ./tests"
},
"repository":
{
"type": "git",
"url": "git+https://github.com/forthright48/website-v3.git"
},
"author":
{
"name": "Mohammad Samiul Islam (forthright48)",
"email": "[email protected]",
"url": "http://www.forthright48.com"
},
"license": "MIT",
"bugs":
{
"url": "https://github.com/forthright48/website-v3/issues"
},
"homepage": "https://github.com/forthright48/website-v3#readme",
"engines":
{
"node": "6.2.1"
},
"private": true,
"dependencies":
{
"express": "^4.14.0",
"jquery": "^3.1.0",
"moment": "^2.14.1",
"pug": "^2.0.0-beta3",
"tether": "^1.3.7"
},
"devDependencies":
{
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-runtime": "^6.11.6",
"babelify": "^7.3.0",
"browser-sync": "^2.14.0",
"browserify": "^13.1.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"glob": "^7.0.5",
"glob-to-vinyl": "^1.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.2",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-css-url-to-absolute": "^1.0.1",
"gulp-debug": "^2.1.2",
"gulp-imagemin": "^3.0.3",
"gulp-nodemon": "^2.1.0",
"gulp-recursive-concat": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-resolve-dependencies": "^2.2.0",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"mocha": "^2.5.3",
"pump": "^1.0.1",
"rewire": "^2.5.2",
"sinon": "^1.17.4",
"superagent": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}