-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (81 loc) · 1.8 KB
/
package.json
File metadata and controls
88 lines (81 loc) · 1.8 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "jager",
"description": "A simple build tool with a fluent interface",
"version": "1.3.9",
"repository": {
"type": "git",
"url": "git://github.com/jagerjs/jager"
},
"author": {
"name": "Tim",
"url": "https://github.com/justim"
},
"tags": [
"build"
],
"dependencies": {
"lodash": "4.13.1",
"liftoff": "2.2.4",
"async": "2.0.0-rc.6",
"chalk": "1.1.3",
"subarg": "1.0.0",
"pretty-hrtime": "1.0.2",
"chokidar": "1.6.0",
"growl": "1.9.2",
"minimatch": "3.0.2",
"trycatch": "1.5.21",
"tiny-lr": "0.2.1",
"browserify": "13.0.1",
"mold-source-map": "~0.4.0",
"watchify": "3.7.0",
"babelify": "7.3.0",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.11.1",
"babel-preset-stage-0": "6.5.0",
"uglify-js": "2.7.0",
"ng-annotate": "1.2.1",
"envify": "4.0.0",
"imagemin": "5.2.2",
"imagemin-gifsicle": "5.1.0",
"imagemin-jpegtran": "5.0.2",
"imagemin-optipng": "5.1.0",
"imagemin-svgo": "5.1.0",
"connect": "3.4.1",
"mime-types": "2.1.13",
"aws-sdk": "2.7.17",
"rollup": "0.41.4",
"rollup-plugin-babel": "2.6.1",
"babel-preset-es2015-rollup": "3.0.0",
"rollup-plugin-commonjs": "5.0.4",
"rollup-plugin-node-resolve": "2.0.0",
"rollup-plugin-visualizer": "0.1.5",
"modify-babel-preset": "3.2.0",
"modernizr": "3.3.1",
"mkdirp": "0.5.1",
"less": "2.7.1",
"pug": "2.0.0-beta11",
"node-sass": "3.13.0",
"postcss": "5.0.21",
"clean-css": "3.4.18",
"globule": "1.0.0",
"autoprefixer": "6.3.6",
"js-string-escape": "1.0.1"
},
"devDependencies": {
"eslint": "3.0.0",
"eslint-config-airbnb-es5": "1.0.9",
"babel-eslint": "6.1.0",
"eslint-plugin-react": "5.2.2"
},
"main": "jager.js",
"bin": {
"jager": "./cli.js"
},
"scripts": {
"lint": "eslint ."
},
"engine-strict": true,
"engines": {
"node": ">=0.11"
}
}