forked from ramda/ramda.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 694 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 694 Bytes
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
{
"name": "ramda.github.io",
"version": "0.30.1",
"description": "Ramda website",
"engines": {
"node": ">=6.0.0"
},
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/ramda/ramda.github.io.git"
},
"license": "MIT",
"devDependencies": {
"bootstrap": "3.4.x",
"handlebars": "4.x.x",
"highlight.js": "10.x.x",
"http-server": "14.1.x",
"jsdoc": "^3.6.7",
"less": "2.7.x",
"less-plugin-autoprefix": "1.5.x",
"less-plugin-clean-css": "1.5.x",
"marked": "4.0.x",
"pug": "^3.0.1",
"ramda": "0.30.1",
"semver-compare": "1.0.x",
"walk": "2.3.x"
},
"scripts": {
"start": "http-server"
}
}