-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
34 lines (34 loc) · 1.02 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
{
"name": "baconjs.github.io",
"version": "0.0.0",
"description": "bacon.js website",
"devDependencies": {
"bluebird": "^2.3.6",
"cheerio": "^0.18",
"lodash": "^4.17.19",
"mustache": "~0.8.1",
"remarkable": "^1.7.2",
"request": "^2.45.0"
},
"scripts": {
"postinstall": "generator/downloadbacons && generator/generate.coffee && npm run docs3",
"docs3": "cd bacon.js/3.0 && npm install --ignore-scripts && npx typedoc --out ../../api3 --ignoreCompilerErrors src --mode file --excludeNotExported --theme ../../typedoc-bacon-theme",
"server": "./server.coffee"
},
"repository": {
"type": "git",
"url": "git://github.com/baconjs/baconjs.github.io.git"
},
"author": {
"name": "Juha Paananen",
"email": "juha.paananen@gmail.com",
"url": "https://twitter.com/raimohanska"
},
"bugs": {
"url": "https://github.com/baconjs/baconjs.github.io/issues"
},
"homepage": "https://github.com/baconjs/baconjs.github.io",
"dependencies": {
"express": "^4.14.0"
}
}