This repository was archived by the owner on Sep 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.66 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.66 KB
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
58
59
60
61
62
63
64
65
66
67
68
{
"name": "lentil",
"version": "3.0.2",
"description": "Smart and modular gulp wrapper",
"repository": {
"type": "git",
"url": "git+https://github.com/hellofresh/lentil.git"
},
"tags": [
"build",
"stream",
"system",
"make",
"tool",
"asset",
"pipeline",
"lentil",
"modular"
],
"main": "index.js",
"author": "Pepijn Senders <ps@hellofresh.com>",
"license": "CC-BY-3.0",
"bin": {
"lentil": "bin/lentil.js"
},
"bugs": {
"url": "https://github.com/hellofresh/lentil/issues"
},
"homepage": "https://github.com/hellofresh/lentil",
"dependencies": {
"babel-core": "^6.11.4",
"babel-preset-es2015-without-strict": "^0.0.2",
"csso": "^2.0.0",
"easy-table": "^1.0.0",
"eslint": "^2.8.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^1.0.4",
"eslint-plugin-react": "^5.0.1",
"gaze": "^1.0.0",
"globby": "^4.0.0",
"html-minifier": "^2.1.0",
"htmlhint": "^0.9.12",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"mkdirp": "^0.5.1",
"mustache": "^2.2.1",
"ng-annotate": "^1.2.1",
"node-sass": "^3.7.0",
"optionator": "^0.8.1",
"phantomjs-prebuilt": "2.1.7",
"promise.prototype.finally": "^1.0.1",
"rework": "^1.0.1",
"rework-importer": "^0.4.0",
"sugar": "^1.4.1",
"tiny-human-time": "^1.2.0",
"uglify-js": "^2.6.2",
"yargs": "^4.6.0"
},
"scripts": {
"eslint": "./node_modules/eslint/bin/eslint.js ./index.js lib/**/*.js ./bin/lentil.js"
},
"engines": {
"node": ">= 6.1.0"
}
}