This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
60 lines (60 loc) · 1.64 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
{
"name": "new-website",
"version": "0.0.0",
"description": "new-website ===========",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"startWeb": "node webServer.js",
"startAPI": "node apiServer.js",
"reindex": "node reindex.js",
"css": "lessc src/css/main.less public/css/main.css",
"watch-css": "nodemon -e less --watch src/css -x \"npm run css\"" },
"repository": {
"type": "git",
"url": "git://github.com/cdnjs/new-website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cdnjs/new-website/issues"
},
"homepage": "https://github.com/cdnjs/new-website",
"engines": {
"node": "6.2.0"
},
"dependencies": {
"algoliasearch": "^3.11",
"async": "^2.0.0",
"body-parser": "^1.14",
"colors": "^1.1.2",
"compression": "^1.6",
"condense-whitespace": "^1.0.0",
"express": "^4.13",
"git-url-parse": "^5.0.1",
"github": "^0.2",
"gravatar": "^1.4.0",
"highlight.js": "^9.1.0",
"lodash": "^4.5",
"markdown": "^0.5.0",
"marked": "^0.3.5",
"mustache": "^2.2.1",
"newline-remove": "^1.0.2",
"newrelic": "^1.25.1",
"pm2": "^1.1.3",
"replaceall": "^0.1.6",
"throng": "^1.0.1",
"winston": "^2.2.0"
},
"devDependencies": {
"eslint": "^2.0.0-rc.1",
"eslint-config-google": "^0.5.0",
"eslint-config-standard": "^5.3.1",
"eslint-config-standard-jsx": "^1.2.0",
"eslint-config-standard-react": "^2.4.0",
"eslint-plugin-promise": "^1.3.1",
"eslint-plugin-react": "^5.1.1",
"eslint-plugin-standard": "^1.3.2",
"forever": "^0.15.2"
}
}