-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.25 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.25 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "gulp-path-prefix",
"version": "0.0.4",
"description": "Gulp plugin for prefixing paths to assets",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/LeanKit-Labs/gulp-path-prefix.git"
},
"keywords": [
"gulp",
"plugin",
"gulp plugin",
"gulpplugin",
"path",
"prefix"
],
"author": "Jim Cowart (http://ifandelse.com)",
"contributors": [
{
"name": "Jim Cowart",
"email": "WhyNotJustComment@OnMyBlog.com",
"url": "http://ifandelse.com"
},
{
"name": "Alex Robson",
"email": "WhyNotJustNotComment@OnMyBlog.com",
"url": "http://nerdventure.io"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": {
"url": "https://github.com/LeanKit-Labs/gulp-path-prefix/issues"
},
"homepage": "https://github.com/LeanKit-Labs/gulp-path-prefix",
"devDependencies": {
"gulp": "~3.3.1",
"gulp-prettify": "^0.3.0",
"should": "~2.1.1"
},
"dependencies": {
"gulp-util": "~2.2.9",
"lodash.assign": "^3.1.0",
"through2": "^0.6.1"
},
"directories": {
"spec": "spec"
},
"readmeFilename": "README.md"
}