-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.55 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
{
"name": "finleap-website",
"private": true,
"version": "3.0.0",
"scripts": {
"install": "npm run build",
"build": "$(npm bin)/gulp build",
"start": "$(npm bin)/gulp",
"server": "node bin/server.js",
"lint": "scss-lint .",
"validate": "npm ls"
},
"dependencies": {
"autoprefixer": "^5.2.0",
"babel-core": "^5.8.23",
"babel-loader": "~5.1.4",
"body-parser": "^1.13.2",
"css-mqpacker": "^3.1.0",
"csswring": "^3.0.5",
"ejs": "^2.3.3",
"express": "^4.13.1",
"express-compile-sass": "^3.0.3",
"express-livereload": "0.0.24",
"gulp": "^3.9.0",
"gulp-if": "^1.2.5",
"gulp-jade": "^1.1.0",
"gulp-livereload": "^3.8.0",
"gulp-postcss": "^5.1.10",
"gulp-rename": "^1.2.2",
"gulp-rev": "^5.1.0",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"imports-loader": "^0.6.4",
"inuit-normalize": "^3.0.3",
"inuit-reset": "^0.1.1",
"jade": "^1.11.0",
"jade-loader": "^0.7.1",
"jquery": "~2.1.4",
"lodash": "^3.9.3",
"mandrill-api": "^1.0.45",
"node-libs-browser": "~0.5.2",
"picturefill": "^2.3.1",
"precommit-hook": "latest",
"run-sequence": "^1.1.2",
"timeago": "^1.4.2",
"vinyl-named": "^1.1.0",
"webpack": "~1.9.11",
"webpack-dev-server": "^1.10.1",
"webpack-stream": "^2.0.0"
},
"engines": {
"node": "0.12.2"
},
"repository": {
"type": "git",
"url": "https://github.com/HitFox/finleap-website"
},
"pre-commit": [
"lint"
]
}