-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 876 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
{
"name": "vinyl-map",
"description": "Map vinyl files' contents as strings, so you can easily use existing code without needing yet another gulp plugin!",
"version": "1.0.1",
"main": "index.js",
"dependencies": {
"through2": "^0.4.1",
"bl": "^0.7.0",
"new-from": "0.0.3"
},
"devDependencies": {
"tape": "~2.3.2",
"vinyl": "~0.2.1",
"uglify-js": "~2.4.12",
"gulp": "~3.5.2"
},
"scripts": {
"test": "node test"
},
"author": "Hugh Kennedy <[email protected]> (http://hughsk.io/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/hughsk/vinyl-map"
},
"bugs": {
"url": "https://github.com/hughsk/vinyl-map/issues"
},
"homepage": "https://github.com/hughsk/vinyl-map",
"keywords": [
"vinyl",
"gulp",
"gulpfriendly",
"file",
"stream",
"map"
]
}