-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 908 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 908 Bytes
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
{
"name": "gulp-flatten",
"version": "0.4.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": {
"plugin-error": "^0.1.2",
"through2": "^2.0.0"
},
"devDependencies": {
"eslint-config-airbnb": "^1.0.2",
"gulp": "^3.9.0",
"mocha": "^2.3.4",
"pre-commit": "^1.1.2",
"should": "^7.1.1",
"vinyl": "^2.1.0"
},
"engines": {
"node": ">=0.10"
}
}