forked from ramda/ramda.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 974 Bytes
/
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": "ramda.github.io",
"version": "0.23.0",
"description": "Ramda website",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/ramda/ramda.github.io.git"
},
"license": "MIT",
"devDependencies": {
"bootstrap": "3.3.x",
"gitbook-cli": "2.3.x",
"handlebars": "4.x.x",
"highlight.js": "9.x.x",
"http-server": "0.9.x",
"jsdoc": "3.4.x",
"less": "2.7.x",
"less-plugin-autoprefix": "1.5.x",
"less-plugin-clean-css": "1.5.x",
"marked": "0.3.x",
"pug": "^2.0.0-beta6",
"ramda": "0.23.0",
"semver-compare": "1.0.x",
"walk": "2.3.x"
},
"scripts": {
"gitbook": "gitbook build manual",
"jsdoc": "jsdoc --destination ./docs --template . ./docs/dist/ramda.js",
"less": "lessc --autoprefix --clean-css ./less/ramda.less ./style.css",
"make_release": "npm run jsdoc && node make_index_html.js && node copy_to_version_folder.js",
"server": "http-server"
}
}