-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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": "oh-my-ig",
"version": "0.0.4",
"description": "Provide what you expected from Instagram.",
"dependencies": {
"blueimp-md5": "^2.10.0",
"chrome-promise": "^3.0.0",
"imagesloaded": "^4.1.4",
"isotope-layout": "^3.0.6",
"jquery": "^3.3.1",
"magnific-popup": "^1.1.0",
"materialize-css": "^1.0.0-rc.1",
"moment": "^2.22.1"
},
"devDependencies": {
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-import-resolver-node": "^0.3.2",
"eslint-plugin-import": "^2.11.0",
"gulp": "^4.0.0",
"gulp-cache": "^1.0.2",
"gulp-clean-css": "^3.9.4",
"gulp-eslint": "^4.0.2",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.5.0",
"gulp-size": "^3.0.0",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.5",
"gulp-zip": "^4.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inDream/oh-my-ig.git"
},
"scripts": {
"postinstall": "gulp copy"
},
"license": "MIT"
}