-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 864 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
35
{
"name": "ramtuary",
"description": "Ramda + Ramda Fantasy + Sanctuary REPL",
"version": "3.0.0",
"author": "David Chase",
"bugs": {
"url": "https://github.com/davidchase/ramtuary/issues"
},
"dependencies": {
"debounce": "1.2.0",
"query-string": "6.8.2",
"ramda": "0.26.1",
"ramda-fantasy": "0.8.0",
"sanctuary": "2.0.0",
"through2": "3.0.1",
"vinyl-fs": "3.0.3"
},
"homepage": "https://github.com/davidchase/ramtuary#readme",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/davidchase/ramtuary.git"
},
"scripts": {
"build": "node ./rollup.js"
},
"devDependencies": {
"buble": "0.19.8",
"rollup": "1.20.1",
"rollup-plugin-commonjs": "10.0.2",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-resolve": "5.2.0"
}
}