-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "critical-style-snapshot",
"version": "0.0.8",
"description": "Capture CSS above the fold",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/andreleon/critical-snapshot.git"
},
"author": "Léon Smit <[email protected]> (https://github.com/andreleon)",
"license": "ISC",
"bugs": {
"url": "https://github.com/andreleon/critical-snapshot/issues"
},
"homepage": "https://github.com/andreleon/critical-snapshot#readme",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babelify": "^7.3.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sequence": "^0.4.6",
"gulp-uglify": "^2.0.0",
"gulp-zip": "^3.2.0",
"jshint": "^2.9.3"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
}
}