This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
57 lines (57 loc) · 1.5 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
{
"name": "@absolunet/kafe",
"version": "3.2.10",
"description": "Mixing javascript crops for a perfect flavour.",
"definition": "/kæfˈeɪ/ (haitian creole) A beverage made by infusing the beans of the coffee plant in hot water.",
"homepage": "https://absolunet.github.io/kafe/",
"author": {
"name": "Absolunet",
"url": "https://absolunet.com"
},
"keywords": [
"javascript",
"kafe"
],
"license": "MIT",
"repository": {
"url": "git://github.com/absolunet/kafe.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/absolunet/kafe/issues"
},
"engines": {
"node": ">= 12.0.0"
},
"main": "dist/kafe.js",
"browser": "dist/kafe.js",
"scripts": {
"test": "ava test/index.js",
"installer": "node manager.js --task=installer",
"outdated": "node manager.js --task=outdated",
"build": "node manager.js --task=build",
"deploy": "node manager.js --task=deploy"
},
"devDependencies": {
"@absolunet/manager": "1.1.0",
"@absolunet/tester": "2.6.10",
"async": "3.1.0",
"grunt": "1.0.4",
"grunt-cli": "1.3.2",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-less": "2.0.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-includes": "1.1.0",
"marked": "0.7.0",
"preprocess": "3.1.0",
"yuidocjs": "0.10.2"
},
"__peerDependencies__": {
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"modernizr": "^3.8.0"
},
"dependencies": {}
}