This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
65 lines (65 loc) · 1.61 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
{
"name": "feathers-site",
"version": "2.0.0",
"description": "The Feathers marketing website",
"private": true,
"license": "MIT",
"author": {
"name": "Feathers contributors",
"email": "[email protected]",
"url": "https://feathersjs.com"
},
"contributors": [
"Eric Kryski <[email protected]> (http://erickryski.com)",
"David Luecke <[email protected]> (http://neyeon.com)"
],
"homepage": "https://feathersjs.com",
"repository": {
"type": "git",
"url": "git://github.com/feathersjs/feathers-website.git"
},
"bugs": {
"url": "https://github.com/feathersjs/feathers-website/issues"
},
"engines": {
"node": ">= 0.12.x",
"npm": ">= 2.5.x"
},
"keywords": [
"feathers"
],
"main": "",
"scripts": {
"clean": "rm -rf build/",
"watch": "gulp",
"build": "npm run clean; gulp build; gulp sitemap",
"postinstall": "npm run build",
"test": "gulp"
},
"dependencies": {
"del": "^1.2.0",
"expose-loader": "^0.6.0",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-connect": "^5.0.0",
"gulp-data": "^1.2.0",
"gulp-front-matter": "^1.2.3",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-less": "^3.0.3",
"gulp-markdown": "^1.0.0",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-sitemap": "^2.2.0",
"highlight.js": "^8.8.0",
"jquery": "^2.1.3",
"lodash": "^3.8.0",
"require-dir": "^0.3.0",
"swig": "^1.4.2",
"through2": "^2.0.0",
"typewriter-js": "0.0.6",
"velocity-animate": "^1.2.2",
"webpack": "^1.10.5",
"webpack-stream": "^2.1.0"
}
}