-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 970 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 970 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-extract-sourcemap",
"version": "0.1.6",
"description": "Gulp Task to strips an inline source into its own file and updates the original file to reference the new external source map",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git://github.com/shonny-ua/gulp-extract-sourcemap.git"
},
"keywords": [
"gulp",
"gulpplugin",
"sourcemaps",
"javascript",
"browserify"
],
"author": {
"name": "Oleksandr Ovcharenko",
"email": "shonny.ua@gmail.com"
},
"license": "MIT",
"dependencies": {
"convert-source-map": "^1.0.0",
"gulp-util": "^3.0.0",
"through2": ">=0.5.1"
},
"devDependencies": {
"mocha": "*",
"underscore": "^1.6.0"
},
"bugs": {
"url": "https://github.com/shonny-ua/gulp-extract-sourcemap/issues"
},
"homepage": "https://github.com/shonny-ua/gulp-extract-sourcemap"
}