-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
30 lines (30 loc) · 849 Bytes
/
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
{
"name": "amazon-auto-links",
"version": "5.1.0",
"description": "Auto Amazon Links is an open source WordPress plugin that inserts Amazon products in WordPress powered web sites.",
"directories": {
"test": "test"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/michaeluno/amazon-auto-links.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/michaeluno/amazon-auto-links/issues"
},
"homepage": "https://github.com/michaeluno/amazon-auto-links#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-cached": "^1.1.1",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-using": "^0.1.1",
"require-dir": "^1.2.0",
"sass": "^1.50.0"
}
}