forked from armed/gulp-flatten
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 845 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-flatten",
"version": "0.2.0",
"description": "remove or replace relative path for files",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/armed/gulp-flatten.git"
},
"keywords": [
"gulpplugin",
"gulp",
"flatten",
"relative",
"path"
],
"author": "Artem Medeusheyev <artem.medeusheyev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/armed/gulp-flatten/issues"
},
"homepage": "https://github.com/armed/gulp-flatten",
"dependencies": {
"gulp-util": "^3.0.1",
"through2": "^2.0.0"
},
"devDependencies": {
"gulp": "^3.8.8",
"mocha": "^2.2.5",
"pre-commit": "^1.0.10",
"should": "^7.0.2"
},
"engines": {
"node": ">=0.10"
}
}