-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 862 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
31
32
33
34
35
36
37
38
39
{
"name": "gulp-cdn-url-append",
"version": "1.0.1",
"description": "Find and replace URLs on your CSS.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tkorakas/gulp-cdn-url-append.git"
},
"keywords": [
"CDN",
"Gulp",
"RegEx",
"Path",
"URL",
"CSS"
],
"author": "Thanos Korakas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tkorakas/gulp-cdn-url-append/issues"
},
"homepage": "https://github.com/tkorakas/gulp-cdn-url-append#readme",
"dependencies": {
"gulp-util": "^3.0.8",
"md5": "^2.2.1",
"replacestream": "^4.0.2",
"through2": "^2.0.3"
},
"devDependencies": {
"chai": "^4.1.1",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"mocha": "^3.5.0"
}
}