-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 988 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 988 Bytes
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
{
"name": "thienemann_responsive",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"async": "^2.0.0-rc.4",
"autoprefixer": "^6.3.6",
"del": "^2.2.0",
"fs-extra": "^0.30.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-clean-css": "^2.0.11",
"gulp-concat": "2.6.0",
"gulp-filter": "^4.0.0",
"gulp-flatten": "^0.3.1",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "1.2.4",
"gulp-notify": "^2.2.0",
"gulp-plumber": "1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "2.3.2",
"gulp-sass-glob": "^1.0.6",
"gulp-sourcemaps": "2.0.0-alpha",
"gulp-string-replace": "^0.1.1",
"gulp-uglify": "2.0.0",
"gulp-watch": "4.3.9",
"node-sass-import-once": "^1.2.0",
"rsvp": "^3.2.1",
"run-sequence": "^1.1.5"
}
}