-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.3 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
{
"name": "responsive-css-sprite-generator",
"version": "2.0.0",
"description": "http://responsive-css.us/",
"main": "gulpfile.js",
"scripts": {
"test": "eslint ./assets/js/app/**/*.js",
"build": "eslint ./assets/js/app/**/*.js && gulp",
"build-server": "gulp build-server",
"dev": "concurrently \"gulp watch\" \"webpack --watch\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/eivers88/responsive-css-sprite-generator.git"
},
"author": "Aaron Eivers",
"license": "MIT",
"bugs": {
"url": "https://github.com/eivers88/responsive-css-sprite-generator/issues"
},
"homepage": "https://github.com/eivers88/responsive-css-sprite-generator#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.19.0",
"concurrently": "^3.5.1",
"eslint": "^4.13.1",
"expose-loader": "^0.7.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-htmlmin": "^3.0.0",
"gulp-rev": "^8.1.0",
"gulp-ruby-sass": "^2.1.1",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-usemin": "^0.3.28",
"webpack": "^3.10.0"
},
"dependencies": {
"clipboard": "^1.7.1",
"webfontloader": "^1.6.28"
}
}