forked from ausi/respimagelint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "RespImageLint",
"version": "0.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"autoprefixer": "^6.1.2",
"babel-eslint": "^6.0.4",
"babel-polyfill": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babelify": "^7.2.0",
"brfs": "^1.4.0",
"browserify": "^13.0.1",
"css-mq-parser": "0.0.3",
"del": "^2.1.0",
"eslint": "^2.10.2",
"glob": "^7.0.3",
"gulp": "gulpjs/gulp.git#4.0",
"gulp-babel": "~6.1.1",
"gulp-eslint": "^2.0.0",
"gulp-livereload": "^3.8.0",
"gulp-postcss": "^6.0.1",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.1.1",
"gulp-util": "^3.0.6",
"lodash": "^4.12.0",
"lwip": "^0.0.9",
"marked": "^0.3.5",
"phantomjs-prebuilt": "^2.1.7",
"prismjs": "^1.2.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.0",
"uglify-js": "^2.6.1",
"uglifyify": "^3.0.1",
"vinyl-source-stream": "^1.1.0",
"whatwg-fetch": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}